Skip navigation links
A C E F G I J L R S T V W 

A

addEventListener(EventListener) - Method in class io.fixprotocol.orchestra.event.TeeEventListener
Register an EventListener for events

C

close() - Method in class io.fixprotocol.orchestra.event.ConsoleEventListener
 
close() - Method in class io.fixprotocol.orchestra.event.json.JSONEventListener
 
close() - Method in class io.fixprotocol.orchestra.event.log4j2.Log4jEventLogger
 
close() - Method in class io.fixprotocol.orchestra.event.TeeEventListener
 
ConsoleEventListener - Class in io.fixprotocol.orchestra.event
Displays events on the console (stdout)
ConsoleEventListener() - Constructor for class io.fixprotocol.orchestra.event.ConsoleEventListener
 

E

error(String) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
error(String, Object...) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
event(Event) - Method in class io.fixprotocol.orchestra.event.ConsoleEventListener
 
Event - Class in io.fixprotocol.orchestra.event
Reportable generic event
Event(Event.Severity, String) - Constructor for class io.fixprotocol.orchestra.event.Event
An event to report
Event(Event.Severity, String, Object...) - Constructor for class io.fixprotocol.orchestra.event.Event
An event to report
event(Event) - Method in interface io.fixprotocol.orchestra.event.EventListener
Reports an event
event(Event) - Method in class io.fixprotocol.orchestra.event.json.JSONEventListener
 
event(Event) - Method in class io.fixprotocol.orchestra.event.log4j2.Log4jEventLogger
 
event(Event) - Method in class io.fixprotocol.orchestra.event.TeeEventListener
 
Event.Severity - Enum in io.fixprotocol.orchestra.event
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.
EventListener - Interface in io.fixprotocol.orchestra.event
Reports generic events
EventListenerFactory - Class in io.fixprotocol.orchestra.event
Creates instances of EventListener implementations Todo: use a Provider class to plug in new service implementations.
EventListenerFactory() - Constructor for class io.fixprotocol.orchestra.event.EventListenerFactory
 

F

fatal(String) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
fatal(String, Object...) - Method in interface io.fixprotocol.orchestra.event.EventListener
 

G

getInstance(String) - Method in class io.fixprotocol.orchestra.event.EventListenerFactory
Create an instance of EventListener Available types: JSON LOG4J STDOUT
getListeners() - Method in class io.fixprotocol.orchestra.event.TeeEventListener
 
getMessage() - Method in class io.fixprotocol.orchestra.event.Event
 
getSeverity() - Method in class io.fixprotocol.orchestra.event.Event
 

I

info(String) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
info(String, Object...) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
io.fixprotocol.orchestra.event - package io.fixprotocol.orchestra.event
 
io.fixprotocol.orchestra.event.json - package io.fixprotocol.orchestra.event.json
 
io.fixprotocol.orchestra.event.log4j2 - package io.fixprotocol.orchestra.event.log4j2
 

J

JSONEventListener - Class in io.fixprotocol.orchestra.event.json
 
JSONEventListener() - Constructor for class io.fixprotocol.orchestra.event.json.JSONEventListener
Creates a listener object that is not ready until JSONEventListener.setOutputStream(OutputStream) is invoked
JSONEventListener(OutputStream) - Constructor for class io.fixprotocol.orchestra.event.json.JSONEventListener
Creates a new listener that immediately starts writing to an OutputStream

L

Log4jEventLogger - Class in io.fixprotocol.orchestra.event.log4j2
Serializes events using log4j2
Log4jEventLogger() - Constructor for class io.fixprotocol.orchestra.event.log4j2.Log4jEventLogger
Uses a Logger qualified by this class name
Log4jEventLogger(Logger) - Constructor for class io.fixprotocol.orchestra.event.log4j2.Log4jEventLogger
Uses a supplied Logger

R

removeEventListener(EventListener) - Method in class io.fixprotocol.orchestra.event.TeeEventListener
Removes a registered EventListener

S

setOutputStream(OutputStream) - Method in class io.fixprotocol.orchestra.event.json.JSONEventListener
 
setResource(Object) - Method in interface io.fixprotocol.orchestra.event.EventListener
Set a resource to handle events
setResource(Object) - Method in class io.fixprotocol.orchestra.event.json.JSONEventListener
 
setResource(Object) - Method in class io.fixprotocol.orchestra.event.log4j2.Log4jEventLogger
Overrides default selection of Logger

T

TeeEventListener - Class in io.fixprotocol.orchestra.event
Delegates events to multiple listeners
TeeEventListener() - Constructor for class io.fixprotocol.orchestra.event.TeeEventListener
 
toString() - Method in class io.fixprotocol.orchestra.event.Event
 

V

valueOf(String) - Static method in enum io.fixprotocol.orchestra.event.Event.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fixprotocol.orchestra.event.Event.Severity
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
warn(String, Object...) - Method in interface io.fixprotocol.orchestra.event.EventListener
 
A C E F G I J L R S T V W 
Skip navigation links

Copyright © 2016–2021 FIX Trading Community. All rights reserved.