Package com.rabbitmq.tools.jsonrpc
Class JsonRpcMapper.JsonRpcRequest
- java.lang.Object
- 
- com.rabbitmq.tools.jsonrpc.JsonRpcMapper.JsonRpcRequest
 
- 
- Enclosing interface:
- JsonRpcMapper
 
 public static class JsonRpcMapper.JsonRpcRequest extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description JsonRpcRequest(Object id, String version, String method, Object[] parameters)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetId()StringgetMethod()Object[]getParameters()StringgetVersion()booleanisSystem()booleanisSystemDescribe()
 
-