Package com.bloomberglp.blpapi
Class Event.EventType.Constants
java.lang.Object
com.bloomberglp.blpapi.Event.EventType.Constants
- Enclosing class:
- Event.EventType
Constants to facilitate switch constructs on event types
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
switchable constant forEvent.EventType.ADMIN
static final int
switchable constant forEvent.EventType.AUTHORIZATION_STATUS
static final int
switchable constant forEvent.EventType.PARTIAL_RESPONSE
static final int
switchable constant forEvent.EventType.REQUEST
static final int
switchable constant forEvent.EventType.REQUEST_STATUS
static final int
switchable constant forEvent.EventType.RESOLUTION_STATUS
static final int
switchable constant forEvent.EventType.RESPONSE
static final int
switchable constant forEvent.EventType.SERVICE_STATUS
static final int
switchable constant forEvent.EventType.SESSION_STATUS
static final int
switchable constant forEvent.EventType.SUBSCRIPTION_DATA
static final int
switchable constant forEvent.EventType.SUBSCRIPTION_STATUS
static final int
switchable constant forEvent.EventType.TIMEOUT
static final int
switchable constant forEvent.EventType.TOKEN_STATUS
static final int
switchable constant forEvent.EventType.TOPIC_STATUS
-
Constructor Summary
-
Method Summary
-
Field Details
-
ADMIN
public static final int ADMINswitchable constant forEvent.EventType.ADMIN
- See Also:
-
SESSION_STATUS
public static final int SESSION_STATUSswitchable constant forEvent.EventType.SESSION_STATUS
- See Also:
-
SUBSCRIPTION_STATUS
public static final int SUBSCRIPTION_STATUSswitchable constant forEvent.EventType.SUBSCRIPTION_STATUS
- See Also:
-
REQUEST_STATUS
public static final int REQUEST_STATUSswitchable constant forEvent.EventType.REQUEST_STATUS
- See Also:
-
RESPONSE
public static final int RESPONSEswitchable constant forEvent.EventType.RESPONSE
- See Also:
-
PARTIAL_RESPONSE
public static final int PARTIAL_RESPONSEswitchable constant forEvent.EventType.PARTIAL_RESPONSE
- See Also:
-
SUBSCRIPTION_DATA
public static final int SUBSCRIPTION_DATAswitchable constant forEvent.EventType.SUBSCRIPTION_DATA
- See Also:
-
SERVICE_STATUS
public static final int SERVICE_STATUSswitchable constant forEvent.EventType.SERVICE_STATUS
- See Also:
-
TIMEOUT
public static final int TIMEOUTswitchable constant forEvent.EventType.TIMEOUT
- See Also:
-
AUTHORIZATION_STATUS
public static final int AUTHORIZATION_STATUSswitchable constant forEvent.EventType.AUTHORIZATION_STATUS
- See Also:
-
RESOLUTION_STATUS
public static final int RESOLUTION_STATUSswitchable constant forEvent.EventType.RESOLUTION_STATUS
- See Also:
-
TOPIC_STATUS
public static final int TOPIC_STATUSswitchable constant forEvent.EventType.TOPIC_STATUS
- See Also:
-
TOKEN_STATUS
public static final int TOKEN_STATUSswitchable constant forEvent.EventType.TOKEN_STATUS
- See Also:
-
REQUEST
public static final int REQUESTswitchable constant forEvent.EventType.REQUEST
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-