public class EventListenerFactory extends Object
| Constructor and Description |
|---|
EventListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
EventListener |
getInstance(String type)
Create an instance of EventListener
Available types:
JSON
LOG4J
STDOUT
|
public EventListener getInstance(String type)
type - key to an EventListener implementationIllegalArgumentException - if an unknown type is requestedCopyright © 2016–2021 FIX Trading Community. All rights reserved.