Class | Description |
---|---|
EventDecomposer |
Decomposes events as
Map . |
JsonRpcClient |
ReactorClient wrapper which provides ability to send single or batched requests. |
JsonRpcEvent |
Java bean representation of an event.
|
JsonRpcRequest |
Java bean representation of the request.
|
JsonRpcResponse |
Java bean representing response object.
|
RequestBuilder |
Utility class which helps to build
JsonRpcRequest by providing
information like method name and parameters. |
ResponseBuilder |
Utility class which helps to build
JsonRpcResponse by providing
information like response or error. |
ResponseDecomposer |
Decomposes of the response as objects which type is provided.
|
Exception | Description |
---|---|
ClientConnectionException |
Generic json-rpc client exception which wraps IO or encryption relates exceptions.
|
RequestAlreadySentException |
Exception used to inform user that there is an attempt to sent
the same request second time.
|
Copyright © 2016. All rights reserved.