Interface | Description |
---|---|
Emitter |
This is the interface for the event emitter.
|
EmitterFactory |
This interface is used by event sources to create
emitter instances.
|
SynchronizationMode |
Constants used to specify whether to send an event to the event service
synchronously or asynchronously.
|
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.
|
Exception | Description |
---|---|
EmitterException |
Indicates that an error has occurred during emitter processing.
|
SendFailureException |
Indicates that a problem occurred in the emitter processing when
sending an event to the event service.
|
SynchronizationModeNotSupportedException |
Indicates that the caller attempted to use a synchronization mode
that is not supported by the emitter.
|
TransactionModeNotSupportedException |
Indicates that the caller attempted to use a transaction mode
that is not supported by the emitter.
|