Package com.bloomberglp.blpapi
Class Event.EventType
java.lang.Object
com.bloomberglp.blpapi.Event.EventType
- Enclosing class:
- Event
Enumeration of the type of events that can be delivered from Bloomberg services
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Constants to facilitate switch constructs on event types -
Field Summary
Modifier and TypeFieldDescriptionstatic final Event.EventType
Administrative events from Bloomberg Servicesstatic final Event.EventType
Changes to the state of an active authorization, like entitlement changesstatic final Event.EventType
non-final response received for a pending non-subscription request.static final Event.EventType
static final Event.EventType
Changes in the state of a pending non-subscription requeststatic final Event.EventType
static final Event.EventType
Final response received for a pending non-subscription request.static final Event.EventType
Changes to the status of an active open service requeststatic final Event.EventType
changes in the state of the Session, such as Session successfully started or Session is terminatedstatic final Event.EventType
Streaming subscription data delivered for active Subscription requests.static final Event.EventType
Changes in state of a pending/active subscription requeststatic final Event.EventType
This Event indicates a user specified timeout interval has expired before any event was receivedstatic final Event.EventType
Response to a generate token requeststatic final Event.EventType
-
Method Summary
-
Field Details
-
ADMIN
Administrative events from Bloomberg Services -
SESSION_STATUS
changes in the state of the Session, such as Session successfully started or Session is terminated -
SUBSCRIPTION_STATUS
Changes in state of a pending/active subscription request -
REQUEST_STATUS
Changes in the state of a pending non-subscription request -
SERVICE_STATUS
Changes to the status of an active open service request -
RESPONSE
Final response received for a pending non-subscription request. Once this event is delivered the Request is considered to be complete -
PARTIAL_RESPONSE
non-final response received for a pending non-subscription request. The request is still pending after this event is received and is not considered to be complete until a RESPONSE event is delivered -
SUBSCRIPTION_DATA
Streaming subscription data delivered for active Subscription requests. -
TIMEOUT
This Event indicates a user specified timeout interval has expired before any event was received -
AUTHORIZATION_STATUS
Changes to the state of an active authorization, like entitlement changes -
RESOLUTION_STATUS
-
TOPIC_STATUS
-
REQUEST
-
TOKEN_STATUS
Response to a generate token request
-
-
Method Details