public static class AbstractSession.StopOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSession.StopOption.Constants |
| Modifier and Type | Field and Description |
|---|---|
static AbstractSession.StopOption |
ASYNC
Stops the
Session and return immediately |
static AbstractSession.StopOption |
SYNC
Stops the
Session and doesn't return until no more events
are being processed |
public static final AbstractSession.StopOption SYNC
Session and doesn't return until no more events
are being processedpublic static final AbstractSession.StopOption ASYNC
Session and return immediatelyCopyright © 2017 Bloomberg L.P.. All rights reserved.