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 EventService.createAdminEvent()Deprecated.abstract EventService.createPublishEvent()Create anEventsuitable for publishing to this Service.abstract EventService.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 TypeMethodDescriptionvoidEventHandler.processEvent(Event event, Session session) voidProviderEventHandler.processEvent(Event event, ProviderSession session) voidPublish the specified 'event'.voidProviderSession.sendResponse(Event event) Send the response event for previously received requestvoidProviderSession.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 anEventFormatterto 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 EventTestUtil.createEvent(Event.EventType eventType) Creates and returns anEventto be used for testing with the specifiedeventType.Methods in com.bloomberglp.blpapi.test with parameters of type EventModifier and TypeMethodDescriptionstatic MessageFormatterTestUtil.appendMessage(Event event, SchemaElementDefinition elementDef) Creates a new message and appends it to the specifiedEventwith defaultMessageProperties.static MessageFormatterTestUtil.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.