| Modifier and Type | Field and Description |
|---|---|
static AbstractSession.StopOption |
AbstractSession.StopOption.ASYNC
Stops the
Session and return immediately |
static AbstractSession.StopOption |
AbstractSession.StopOption.SYNC
Stops the
Session and doesn't return until no more events
are being processed |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.stop(AbstractSession.StopOption stopOption)
Stops the operation of this session.
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.