Uses of Class
com.bloomberglp.blpapi.Event.EventType
Packages that use Event.EventType
-
Uses of Event.EventType in com.bloomberglp.blpapi
Fields in com.bloomberglp.blpapi declared as Event.EventTypeModifier and TypeFieldDescriptionstatic final Event.EventTypeEvent.EventType.ADMINAdministrative events from Bloomberg Servicesstatic final Event.EventTypeEvent.EventType.AUTHORIZATION_STATUSChanges to the state of an active authorization, like entitlement changesstatic final Event.EventTypeEvent.EventType.PARTIAL_RESPONSEnon-final response received for a pending non-subscription request.static final Event.EventTypeEvent.EventType.REQUESTstatic final Event.EventTypeEvent.EventType.REQUEST_STATUSChanges in the state of a pending non-subscription requeststatic final Event.EventTypeEvent.EventType.RESOLUTION_STATUSstatic final Event.EventTypeEvent.EventType.RESPONSEFinal response received for a pending non-subscription request.static final Event.EventTypeEvent.EventType.SERVICE_STATUSChanges to the status of an active open service requeststatic final Event.EventTypeEvent.EventType.SESSION_STATUSchanges in the state of the Session, such as Session successfully started or Session is terminatedstatic final Event.EventTypeEvent.EventType.SUBSCRIPTION_DATAStreaming subscription data delivered for active Subscription requests.static final Event.EventTypeEvent.EventType.SUBSCRIPTION_STATUSChanges in state of a pending/active subscription requeststatic final Event.EventTypeEvent.EventType.TIMEOUTThis Event indicates a user specified timeout interval has expired before any event was receivedstatic final Event.EventTypeEvent.EventType.TOKEN_STATUSResponse to a generate token requeststatic final Event.EventTypeEvent.EventType.TOPIC_STATUSMethods in com.bloomberglp.blpapi that return Event.EventTypeModifier and TypeMethodDescriptionabstract Event.EventTypeEvent.eventType()Return the type messages contained by this eventMethods in com.bloomberglp.blpapi with parameters of type Event.EventTypeModifier and TypeMethodDescriptionvoidProviderSession.setEventHandler(ProviderEventHandler eventHandler, Event.EventType eventType) Set event specific event handlersvoidSession.setEventHandler(EventHandler eventHandler, Event.EventType eventType) Set event specific event handlers -
Uses of Event.EventType in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test with parameters of type Event.EventTypeModifier and TypeMethodDescriptionstatic EventTestUtil.createEvent(Event.EventType eventType) Creates and returns anEventto be used for testing with the specifiedeventType.