Class JsonRpcMapper.JsonRpcRequest

java.lang.Object
com.rabbitmq.tools.jsonrpc.JsonRpcMapper.JsonRpcRequest
Enclosing interface:
JsonRpcMapper

public static class JsonRpcMapper.JsonRpcRequest extends Object
  • Constructor Details

  • Method Details

    • getId

      public Object getId()
    • getVersion

      public String getVersion()
    • getMethod

      public String getMethod()
    • getParameters

      public Object[] getParameters()
    • isSystem

      public boolean isSystem()
    • isSystemDescribe

      public boolean isSystemDescribe()