Module concord_server
Package nl.andrewl.concord_server.event
Interface MessageHandler<T extends nl.andrewl.concord_core.msg.Message>
- Type Parameters:
T
- The type of message to be handled.
- All Known Implementing Classes:
ChannelMoveHandler
,ChatHandler
,ChatHistoryRequestHandler
public interface MessageHandler<T extends nl.andrewl.concord_core.msg.Message>
Defines a component which can handle messages of a certain type which were
received from a client.
-
Method Summary
-
Method Details
-
handle
- Throws:
Exception
-