com.bloomberglp.blpapi
Class EventDispatcher.StopOption

java.lang.Object
  extended by com.bloomberglp.blpapi.EventDispatcher.StopOption
Enclosing class:
EventDispatcher

public static class EventDispatcher.StopOption
extends java.lang.Object

Enumerations for controlled shutdown of the EventDispatcher

Author:
Siva Somu (ssomu)

Field Summary
static EventDispatcher.StopOption ASYNC
          Stops the EventDispatcher and return immediately
static EventDispatcher.StopOption SYNC
          Stops the EventDispatcher and doesn't return until no more events are being processed
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNC

public static final EventDispatcher.StopOption SYNC
Stops the EventDispatcher and doesn't return until no more events are being processed


ASYNC

public static final EventDispatcher.StopOption ASYNC
Stops the EventDispatcher and return immediately

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.