| Package | Description |
|---|---|
| com.bloomberglp.blpapi | |
| com.bloomberglp.blpapi.test |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Event |
TestUtil.createEvent(Event.EventType eventType)
Creates and returns an
Event to be used for testing with the
specified eventType. |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormatter |
TestUtil.appendMessage(Event event,
SchemaElementDefinition elementDef)
Creates a new message and appends it to the specified
Event with
default MessageProperties. |
static MessageFormatter |
TestUtil.appendMessage(Event event,
SchemaElementDefinition elementDef,
MessageProperties properties)
Creates a new message and appends it to the specified
Event. |
Copyright © 2021 Bloomberg L.P.. All rights reserved.