|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Event in com.bloomberglp.blpapi |
|---|
| Methods in com.bloomberglp.blpapi that return Event | |
|---|---|
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 |
| Methods in com.bloomberglp.blpapi with parameters of type Event | |
|---|---|
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 |
| Constructors in com.bloomberglp.blpapi with parameters of type Event | |
|---|---|
EventFormatter(Event event)
Creates an EventFormatter to add messages to the specified
event. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||