Package com.zfabrik.workers
Interface IMessageHandler
public interface IMessageHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
proposal constant to transport a command identifier if used for RPCstatic final String
constant used to identify a message handler by command groupstatic final String
proposal constant to be used to transport message return valuesstatic final String
-
Method Summary
-
Field Details
-
TYPE
- See Also:
-
COMMAND_GROUP
constant used to identify a message handler by command group- See Also:
-
COMMAND
proposal constant to transport a command identifier if used for RPC- See Also:
-
RETURN
proposal constant to be used to transport message return values- See Also:
-
-
Method Details
-
processMessage
- Parameters:
args
-- Returns:
- Throws:
Exception
-