Interface IFixIncomingHandler<T extends IMessage>

Type Parameters:
T - a message implementation
All Superinterfaces:
AutoCloseable

public interface IFixIncomingHandler<T extends IMessage> extends AutoCloseable
This interface is the core of a FIX server or client implementation with simple hooks for logon/logout and a general hook for all other valid business messages. The context is passed on as argument

The close method is called when the connection is closed, in case the business logic needs to release resources.