Class TransactionLogEvent

All Implemented Interfaces:
Event

public class TransactionLogEvent extends TransactionEvent
A transaction log message.

Includes a timestamp as the usual flow is that all of the buffered logs for a transaction are being written by the application at the same time.

  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class AbstractEvent
    • description

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