public interface TransactionMode
Constants used to specify whether to send an event to the event service in the same transaction as the caller or in a new transaction.
Emitter
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Indicates that events should be sent to the event service using the default
TransactionMode defined for the emitter. |
static int |
NEW
Indicates that events should be sent to the event service in a new transaction.
|
static int |
SAME
Indicates that events should be sent to the event service in the same
transaction as the caller.
|
static final int SAME
static final int NEW
static final int DEFAULT
TransactionMode
defined for the emitter.