public class MessageChopper extends Object implements StreamListener
Class can work with incremental and recovery stream. To use this class user should create increment or recovery transports and pass this instance to connect or disconnect methods of transport methods.
Modifier and Type | Class and Description |
---|---|
static interface |
MessageChopper.MessageProcessor |
Modifier and Type | Field and Description |
---|---|
protected static com.epam.common.logging.Log |
log |
Constructor and Description |
---|
MessageChopper(ChannelContext context) |
Modifier and Type | Method and Description |
---|---|
void |
onMessage(com.epam.fix.message.FIXFieldList message)
Invoked when new message received.
|
public MessageChopper(ChannelContext context)
public void onMessage(com.epam.fix.message.FIXFieldList message)
StreamListener
onMessage
in interface StreamListener
message
- the messageCopyright © 2000–2025 EPAM Systems. All rights reserved.