Interface TransactionEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
AbstractTransactionEvent,TransactionBeginEvent,TransactionEndEvent
public interface TransactionEvent extends Event
An event issued to the event bus at the beginning and end of logical 'transactions'
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransactionEvent.OperationThe kind of specific operation of this transaction event
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionEvent.OperationgetOperation()Get the type of TransactionEvent, BEGIN or END
-
-
-
Method Detail
-
getOperation
TransactionEvent.Operation getOperation()
Get the type of TransactionEvent, BEGIN or END- Returns:
- the type of this TransactionEvent
-
-