Class ServiceDescription

java.lang.Object
com.rabbitmq.tools.jsonrpc.ServiceDescription

public class ServiceDescription extends Object
Description of a JSON-RPC service.
  • Field Details

    • JSON_RPC_VERSION

      public static final String JSON_RPC_VERSION
      See Also:
    • name

      public String name
      The service name
    • id

      public String id
      ID for the service
    • version

      public String version
      Version of the service
    • summary

      public String summary
      Human-readable summary for the service
    • help

      public String help
      Human-readable instructions for how to get information on the service's operation
  • Constructor Details

    • ServiceDescription

      public ServiceDescription(Map<String,Object> rawServiceDescription)
    • ServiceDescription

      public ServiceDescription(Class<?> klass)
    • ServiceDescription

      public ServiceDescription()
  • Method Details