public interface DispatcherRunner extends AutoCloseableAsync
DispatcherRunner
encapsulates how a Dispatcher
is being executed.Modifier and Type | Method and Description |
---|---|
CompletableFuture<ApplicationStatus> |
getShutDownFuture()
Return shut down future of this runner.
|
close, closeAsync
CompletableFuture<ApplicationStatus> getShutDownFuture()
ApplicationStatus
once the runner wants to shut down.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.