Package org.apache.flink.core.execution
Interface JobStatusChangedListenerFactory
-
@PublicEvolving public interface JobStatusChangedListenerFactoryFactory for job status changed listener.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJobStatusChangedListenerFactory.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobStatusChangedListenercreateListener(JobStatusChangedListenerFactory.Context context)
-
-
-
Method Detail
-
createListener
JobStatusChangedListener createListener(JobStatusChangedListenerFactory.Context context)
-
-