Uses of Class
com.bloomberglp.blpapi.Event
Packages that use Event
-
Uses of Event in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return EventModifier 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 EventQueueMethods in com.bloomberglp.blpapi with parameters of type EventModifier 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 requestConstructors in com.bloomberglp.blpapi with parameters of type EventModifierConstructorDescriptionEventFormatter
(Event event) Creates anEventFormatter
to add messages to the specified event. -
Uses of Event in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test that return EventModifier and TypeMethodDescriptionstatic Event
TestUtil.createEvent
(Event.EventType eventType) Creates and returns anEvent
to be used for testing with the specifiedeventType
.Methods in com.bloomberglp.blpapi.test with parameters of type EventModifier 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.