public interface MessageConsumer
Modifier and Type | Method and Description |
---|---|
void |
consume(Message message)
Consume a single message.
|
void consume(Message message) throws MessageIssueException, JsonRpcException
MessageIssueException
- when an issue is found that prevents further processing of the messageJsonRpcException
- when accessing the JSON-RPC communication channel fails