Uses of Class
com.rabbitmq.tools.jsonrpc.ServiceDescription
Package
Description
JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport.
-
Uses of ServiceDescription in com.rabbitmq.tools.jsonrpc
Modifier and TypeMethodDescriptionJsonRpcClient.getServiceDescription()
Public API - gets the service description record that this service loaded from the server itself at construction time.JsonRpcServer.getServiceDescription()
Public API - gets the service description record that this service built from interfaceClass at construction time.Modifier and TypeMethodDescriptionDefaultJsonRpcMapper.parse
(String requestBody, ServiceDescription description) Deprecated.JacksonJsonRpcMapper.parse
(String requestBody, ServiceDescription description) JsonRpcMapper.parse
(String requestBody, ServiceDescription description) Parses a JSON RPC request.