Class JsonRpcMapper.JsonRpcRequest

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

public static class JsonRpcMapper.JsonRpcRequest extends Object
  • Field Details

    • id

      private final Object id
    • version

      private final String version
    • method

      private final String method
    • parameters

      private final Object[] parameters
  • 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()