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
Nested ClassesModifier and TypeClassDescriptionstatic classConstants to facilitate switch constructs on event types -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event.EventTypeAdministrative events from Bloomberg Servicesstatic final Event.EventTypeChanges to the state of an active authorization, like entitlement changesstatic final Event.EventTypenon-final response received for a pending non-subscription request.static final Event.EventTypestatic final Event.EventTypeChanges in the state of a pending non-subscription requeststatic final Event.EventTypestatic final Event.EventTypeFinal response received for a pending non-subscription request.static final Event.EventTypeChanges to the status of an active open service requeststatic final Event.EventTypechanges in the state of the Session, such as Session successfully started or Session is terminatedstatic final Event.EventTypeStreaming subscription data delivered for active Subscription requests.static final Event.EventTypeChanges in state of a pending/active subscription requeststatic final Event.EventTypeThis Event indicates a user specified timeout interval has expired before any event was receivedstatic final Event.EventTypeResponse 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