quickfix.mina
Interface EventHandlingStrategy
- All Known Implementing Classes:
- SingleThreadedEventHandlingStrategy, ThreadPerSessionEventHandlingStrategy
public interface EventHandlingStrategy
An interface implemented by various FIX event handling strategies. Currently,
it only handles message reception events.
onMessage
void onMessage(Session quickfixSession,
Message message)
getSessionConnector
SessionConnector getSessionConnector()
- Get the session connector associated with this strategy
getQueueSize
int getQueueSize()