Interface JobEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  JobEvent.Builder  
      static class  JobEvent.Type  
      • Nested classes/interfaces inherited from interface it.tidalwave.util.As

        it.tidalwave.util.As.Defaults, it.tidalwave.util.As.NotFoundBehaviour<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from interface it.tidalwave.role.Identifiable

        _Identifiable_
    • Method Detail

      • builder

        @Nonnull
        static JobEvent.Builder builder()
        Creates a builder for a job event.
        Returns:
        the builder
      • toBuilder

        @Nonnull
        JobEvent.Builder toBuilder()
        Returns a builder pre-populated with all the attributes.
        Returns:
        the builder