Interface IMessageHandler<M>

Type Parameters:
M - the raw message type
All Known Implementing Classes:
Receiver

public interface IMessageHandler<M>
Interface that PushingListeners can use to handle the messages they receive. A call to any of the method defined in this interface will do to process the message.
Since:
4.2
Author:
Gerrit van Brakel