EventProcessorHost.unregisterEventProcessor 方法
定义
Stop processing events and shut down this host instance.
public CompletableFuture<Void> unregisterEventProcessor()
返回
CompletableFuture<Void>
A CompletableFuture that completes when shutdown is finished.
适用于