Interface TicketStateChangedEvent

    • Method Detail

      • getPreviousTicketState

        java.util.Optional<TicketState> getPreviousTicketState()
        Returns:
        the TicketState of the ticket before the state change, if available or an empty optional in case of an initial event e.g. TicketCreatedEvent
        Since:
        12.0
      • getTicketState

        TicketState getTicketState()
        Returns:
        the new TicketState of the ticket after the state change
        Since:
        12.0