public interface SynchronizationMode
Constants used to specify whether to send an event to the event service synchronously or asynchronously.
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
,
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent, int, int)
Modifier and Type | Field and Description |
---|---|
static int |
ASYNCHRONOUS
Indicates that events should be sent to the event service
asynchronously.
|
static int |
DEFAULT
Indicates that events should be sent to the event service using the default
SynchronizationMode defined for the emitter. |
static int |
SYNCHRONOUS
Indicates that events should be sent to the event service synchronously.
|
static final int SYNCHRONOUS
static final int ASYNCHRONOUS
static final int DEFAULT
SynchronizationMode
defined for the emitter.