Package com.bloomberglp.blpapi
Class EventDispatcher.StopOption
java.lang.Object
com.bloomberglp.blpapi.EventDispatcher.StopOption
- Enclosing class:
- EventDispatcher
Enumerations for controlled shutdown of the EventDispatcher
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EventDispatcher.StopOption
Stops the EventDispatcher and return immediatelystatic final EventDispatcher.StopOption
Stops theEventDispatcher
and doesn't return until no more events are being processed -
Method Summary
-
Field Details
-
SYNC
Stops theEventDispatcher
and doesn't return until no more events are being processed -
ASYNC
Stops the EventDispatcher and return immediately
-
-
Method Details