| Modifier and Type | Field and Description |
|---|---|
static EventDispatcher.StopOption |
EventDispatcher.StopOption.ASYNC
Stops the EventDispatcher and return immediately
|
static EventDispatcher.StopOption |
EventDispatcher.StopOption.SYNC
Stops the
EventDispatcher and doesn't return until no more
events are being processed |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.stop(EventDispatcher.StopOption stopOption)
Stop generating callbacks for events from sessions
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.