Interface DispatcherBootstrapFactory
@Internal
public interface DispatcherBootstrapFactory
A factory to create a
DispatcherBootstrap.-
Method Summary
Modifier and TypeMethodDescriptioncreate(DispatcherGateway dispatcher, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler)
-
Method Details
-
create
DispatcherBootstrap create(DispatcherGateway dispatcher, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler) throws Exception - Throws:
Exception
-