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

    Modifier and Type
    Method
    Description
    default int
    Retrieves the type id of this job event.
  • Method Details

    • getType

      default int getType()
      Retrieves the type id of this job event. The type id is a unique identifier based on the class of the specific event object.
      Returns:
      An integer representing the unique type id of this job event.