| Interface | Description |
|---|---|
| EventListener |
Reports generic events
|
| Class | Description |
|---|---|
| ConsoleEventListener |
Displays events on the console (stdout)
|
| Event |
Reportable generic event
|
| EventListenerFactory |
Creates instances of EventListener implementations
Todo: use a Provider class to plug in new service implementations.
|
| TeeEventListener |
Delegates events to multiple listeners
|
| Enum | Description |
|---|---|
| Event.Severity |
Severity of an event to report
Debug and trace levels are deliberately excluded since this feature should be only used to
report events to users, not for development debugging.
|
Copyright © 2016–2021 FIX Trading Community. All rights reserved.