MessageHandler

Contract for handling a {@link Message}.

@author Mark Fisher @author Iwein Fuld @since 4.0

Members

Functions

handleMessage
void handleMessage(MessageBase message)

Handle the given message. @param message the message to be handled @throws MessagingException if the handler failed to process the message

opCmp
int opCmp(MessageHandler o)
Undocumented in source.

Meta