Interface JobEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExecutionJobVertexFinishedEvent,ExecutionJobVertexInitializedEvent,ExecutionVertexFinishedEvent,ExecutionVertexResetEvent
public interface JobEvent extends Serializable
A class that represents an event that happens during the job execution.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intgetType()Retrieves the type id of this job event.
-