| Package | Description |
|---|---|
| io.fixprotocol.orchestra.event | |
| io.fixprotocol.orchestra.event.json | |
| io.fixprotocol.orchestra.event.log4j2 |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleEventListener
Displays events on the console (stdout)
|
class |
TeeEventListener
Delegates events to multiple listeners
|
| Modifier and Type | Method and Description |
|---|---|
EventListener |
EventListenerFactory.getInstance(String type)
Create an instance of EventListener
Available types:
JSON
LOG4J
STDOUT
|
| Modifier and Type | Method and Description |
|---|---|
List<EventListener> |
TeeEventListener.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
TeeEventListener.addEventListener(EventListener listener)
Register an EventListener for events
|
void |
TeeEventListener.removeEventListener(EventListener listener)
Removes a registered EventListener
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONEventListener |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jEventLogger
Serializes events using log4j2
|
Copyright © 2016–2021 FIX Trading Community. All rights reserved.