Package org.eclipse.lsp4j.jsonrpc
Interface MessageConsumer
-
- All Known Implementing Classes:
ReflectiveMessageValidator,RemoteEndpoint,StreamMessageConsumer,TracingMessageConsumer
public interface MessageConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(Message message)Consume a single message.
-
-
-
Method Detail
-
consume
void consume(Message message) throws MessageIssueException, JsonRpcException
Consume a single message.- Throws:
MessageIssueException- when an issue is found that prevents further processing of the messageJsonRpcException- when accessing the JSON-RPC communication channel fails
-
-