public interface DispatcherRunner
extends org.apache.flink.util.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.
|
CompletableFuture<ApplicationStatus> getShutDownFuture()
ApplicationStatus once the runner wants to shut down.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.