public interface EventHandlingStrategy
| Modifier and Type | Field and Description | 
|---|---|
static Message | 
END_OF_STREAM  | 
static long | 
THREAD_WAIT_FOR_MESSAGE_MS
Constant indicating how long we wait for an incoming message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getQueueSize()  | 
int | 
getQueueSize(SessionID sessionID)  | 
SessionConnector | 
getSessionConnector()  | 
void | 
onMessage(Session quickfixSession,
         Message message)  | 
static final long THREAD_WAIT_FOR_MESSAGE_MS
static final Message END_OF_STREAM
SessionConnector getSessionConnector()
int getQueueSize()
int getQueueSize(SessionID sessionID)
Copyright © 2021. All rights reserved.