| Modifier and Type | Field and Description |
|---|---|
static Event.EventType |
Event.EventType.ADMIN
Administrative events from Bloomberg Services
|
static Event.EventType |
Event.EventType.AUTHORIZATION_STATUS
Changes to the state of an active authorization, like entitlement
changes
|
static Event.EventType |
Event.EventType.PARTIAL_RESPONSE
non-final response received for a pending non-subscription request.
|
static Event.EventType |
Event.EventType.REQUEST |
static Event.EventType |
Event.EventType.REQUEST_STATUS
Changes in the state of a pending non-subscription request
|
static Event.EventType |
Event.EventType.RESOLUTION_STATUS |
static Event.EventType |
Event.EventType.RESPONSE
Final response received for a pending non-subscription request.
|
static Event.EventType |
Event.EventType.SERVICE_STATUS
Changes to the status of an active open service request
|
static Event.EventType |
Event.EventType.SESSION_STATUS
changes in the state of the Session, such as Session successfully
started or Session is terminated
|
static Event.EventType |
Event.EventType.SUBSCRIPTION_DATA
Streaming subscription data delivered for active Subscription
requests.
|
static Event.EventType |
Event.EventType.SUBSCRIPTION_STATUS
Changes in state of a pending/active subscription request
|
static Event.EventType |
Event.EventType.TIMEOUT
This Event indicates a user specified timeout interval has expired
before any event was received
|
static Event.EventType |
Event.EventType.TOKEN_STATUS
Response to a generate token request
|
static Event.EventType |
Event.EventType.TOPIC_STATUS |
| Modifier and Type | Method and Description |
|---|---|
abstract Event.EventType |
Event.eventType()
Return the type messages contained by this event
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setEventHandler(EventHandler eventHandler,
Event.EventType eventType)
Set event specific event handlers
|
void |
ProviderSession.setEventHandler(ProviderEventHandler eventHandler,
Event.EventType eventType)
Set event specific event handlers
|
Copyright © 2017 Bloomberg L.P.. All rights reserved.