Package org.apache.flink.core.execution
Interface JobStatusChangedListener
-
@PublicEvolving public interface JobStatusChangedListenerWhen job is created or its status is changed, Flink will generate job event and notify job status changed listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(JobStatusChangedEvent event)
-
-
-
Method Detail
-
onEvent
void onEvent(JobStatusChangedEvent event)
-
-