| Modifier and Type | Class and Description |
|---|---|
static class |
Event.EventType.Constants
Constants to facilitate switch constructs on event types
|
| Modifier and Type | Field and Description |
|---|---|
static Event.EventType |
ADMIN
Administrative events from Bloomberg Services
|
static Event.EventType |
AUTHORIZATION_STATUS
Changes to the state of an active authorization, like entitlement
changes
|
static Event.EventType |
PARTIAL_RESPONSE
non-final response received for a pending non-subscription request.
|
static Event.EventType |
REQUEST |
static Event.EventType |
REQUEST_STATUS
Changes in the state of a pending non-subscription request
|
static Event.EventType |
RESOLUTION_STATUS |
static Event.EventType |
RESPONSE
Final response received for a pending non-subscription request.
|
static Event.EventType |
SERVICE_STATUS
Changes to the status of an active open service request
|
static Event.EventType |
SESSION_STATUS
changes in the state of the Session, such as Session successfully
started or Session is terminated
|
static Event.EventType |
SUBSCRIPTION_DATA
Streaming subscription data delivered for active Subscription
requests.
|
static Event.EventType |
SUBSCRIPTION_STATUS
Changes in state of a pending/active subscription request
|
static Event.EventType |
TIMEOUT
This Event indicates a user specified timeout interval has expired
before any event was received
|
static Event.EventType |
TOKEN_STATUS
Response to a generate token request
|
static Event.EventType |
TOPIC_STATUS |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Return the integer value to facilitate switch constructs on the event
type
|
String |
toString()
returns the string form of this enumeration value
|
public static final Event.EventType ADMIN
public static final Event.EventType SESSION_STATUS
public static final Event.EventType SUBSCRIPTION_STATUS
public static final Event.EventType REQUEST_STATUS
public static final Event.EventType SERVICE_STATUS
public static final Event.EventType RESPONSE
public static final Event.EventType PARTIAL_RESPONSE
public static final Event.EventType SUBSCRIPTION_DATA
public static final Event.EventType TIMEOUT
public static final Event.EventType AUTHORIZATION_STATUS
public static final Event.EventType RESOLUTION_STATUS
public static final Event.EventType TOPIC_STATUS
public static final Event.EventType REQUEST
public static final Event.EventType TOKEN_STATUS
Copyright © 2021 Bloomberg L.P.. All rights reserved.