Class AbstractTransactionEvent

  • All Implemented Interfaces:
    Event, TransactionEvent
    Direct Known Subclasses:
    TransactionBeginEvent, TransactionEndEvent

    public abstract class AbstractTransactionEvent
    extends AbstractEvent
    implements TransactionEvent
    A class of event to encapsulate the begin or end of a logical Transaction. For a request-response service, this envelopes the lifetime of the service activities. For other types of service-under-test this might be a receipt of a unit of work by some other non-SAAS means e.g. draining a queue of work items
    • Constructor Detail

      • AbstractTransactionEvent

        public AbstractTransactionEvent​(java.lang.String origin)
        Create a new TransactionEvent
        Parameters:
        origin - the origin e.g. the name of a service framework plugin