Uses of Class
com.bloomberglp.blpapi.AbstractSession.StopOption
Packages that use AbstractSession.StopOption
-
Uses of AbstractSession.StopOption in com.bloomberglp.blpapi
Fields in com.bloomberglp.blpapi declared as AbstractSession.StopOptionModifier and TypeFieldDescriptionstatic final AbstractSession.StopOption
AbstractSession.StopOption.ASYNC
Stops theSession
and return immediatelystatic final AbstractSession.StopOption
AbstractSession.StopOption.SYNC
Stops theSession
and doesn't return until no more events are being processedMethods in com.bloomberglp.blpapi with parameters of type AbstractSession.StopOptionModifier and TypeMethodDescriptionvoid
AbstractSession.stop
(AbstractSession.StopOption stopOption) Stops the operation of this session.