public static interface AepTransactionStageEvent.ICommitContext
| Modifier and Type | Method and Description |
|---|---|
int |
getInboundEventCount()
Get number of inbound events in the transaction.
|
Event[] |
getInboundEvents()
Get the array containing the set of inbound events that comprise
the transaction.
|
long |
getTransactionId()
Get the id of the transaction associated with this commit
|
long getTransactionId()
int getInboundEventCount()
This method returns the number of inbound events in the
transaction associated with this commit context. This number
is the number of inbound events that are in the event list
returned by getInboundEvents()
Event[] getInboundEvents()
This method returns the set of inbound events that represent the transaction whose commit is in progress.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.