Class TransactionsStartedEvent

All Implemented Interfaces:
Event

@Uncommitted public class TransactionsStartedEvent extends TransactionEvent
An event that's fired when transactions are successfully initialised. The main intent is for the user to be able to verify that the event bus logging is configured correctly.
  • Constructor Details

    • TransactionsStartedEvent

      public TransactionsStartedEvent(boolean runLostAttemptsCleanupThread, boolean runRegularAttemptsCleanupThread)
  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.
    • runningLostAttemptsCleanupThread

      public boolean runningLostAttemptsCleanupThread()
    • runningRegularAttemptsCleanupThread

      public boolean runningRegularAttemptsCleanupThread()