Uses of Class
com.bloomberglp.blpapi.Event
-
Uses of Event in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionabstract Event
Service.createAdminEvent()
Deprecated.abstract Event
Service.createPublishEvent()
Create anEvent
suitable for publishing to this Service.abstract Event
Service.createResponseEvent
(CorrelationID correlationId) Create a response Event to answer the request.AbstractSession.nextEvent()
Retrieves the next event available for processing on this sessionAbstractSession.nextEvent
(long timeoutMillis) Retrieves the next event available for processing on this sessionEventQueue.nextEvent()
Retrieves the next event available for processing on this EventQueueEventQueue.nextEvent
(long timeoutMillis) Retrieves the next event available for processing on this EventQueueAbstractSession.tryNextEvent()
Tries to retrieve the next event available for processing on this sessionEventQueue.tryNextEvent()
Tries to retrieve the next event available for processing on this EventQueueModifier and TypeMethodDescriptionvoid
EventHandler.processEvent
(Event event, Session session) void
ProviderEventHandler.processEvent
(Event event, ProviderSession session) void
Publish the specified 'event'.void
ProviderSession.sendResponse
(Event event) Send the response event for previously received requestvoid
ProviderSession.sendResponse
(Event event, boolean isPartialResponse) Send the response event for previously received requestModifierConstructorDescriptionEventFormatter
(Event event) Creates anEventFormatter
to add messages to the specified event. -
Uses of Event in com.bloomberglp.blpapi.test
Modifier and TypeMethodDescriptionstatic Event
TestUtil.createEvent
(Event.EventType eventType) Creates and returns anEvent
to be used for testing with the specifiedeventType
.Modifier and TypeMethodDescriptionstatic MessageFormatter
TestUtil.appendMessage
(Event event, SchemaElementDefinition elementDef) Creates a new message and appends it to the specifiedEvent
with defaultMessageProperties
.static MessageFormatter
TestUtil.appendMessage
(Event event, SchemaElementDefinition elementDef, MessageProperties properties) Creates a new message and appends it to the specifiedEvent
.
Service.createPublishEvent()
instead Create an Admin Event suitable for publishing to this Service.