| Modifier and Type | Method and Description |
|---|---|
abstract Event |
Service.createAdminEvent()
Deprecated.
as of 3.7.0, use
Service.createPublishEvent() instead
Create an Admin Event suitable for publishing to this Service.
Use an EventFormatter to add Messages to the Event and set fields. |
abstract Event |
Service.createPublishEvent()
Create an
Event suitable for publishing to this Service. |
abstract Event |
Service.createResponseEvent(CorrelationID correlationId)
Create a response Event to answer the request.
|
Event |
EventQueue.nextEvent()
Retrieves the next event available for processing on this EventQueue
|
Event |
AbstractSession.nextEvent()
Retrieves the next event available for processing on this session
|
Event |
EventQueue.nextEvent(long timeoutMillis)
Retrieves the next event available for processing on this EventQueue
|
Event |
AbstractSession.nextEvent(long timeoutMillis)
Retrieves the next event available for processing on this session
|
Event |
EventQueue.tryNextEvent()
Tries to retrieve the next event available for processing on this
EventQueue
|
Event |
AbstractSession.tryNextEvent()
Tries to retrieve the next event available for processing on this
session
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderEventHandler.processEvent(Event event,
ProviderSession session) |
void |
EventHandler.processEvent(Event event,
Session session) |
void |
ProviderSession.publish(Event event)
Publish the specified 'event'.
|
void |
ProviderSession.sendResponse(Event event)
Send the response event for previously received request
|
void |
ProviderSession.sendResponse(Event event,
boolean isPartialResponse)
Send the response event for previously received request
|
| Constructor and Description |
|---|
EventFormatter(Event event)
Creates an
EventFormatter to add messages to the specified
event. |
Copyright © 2017 Bloomberg L.P.. All rights reserved.