Interface and Description |
---|
com.rabbitmq.tools.json.JSONSerializable
Use a third-party JSON library, e.g. Jackson or Gson
|
Class and Description |
---|
com.rabbitmq.tools.jsonrpc.DefaultJsonRpcMapper
use
JacksonJsonRpcMapper instead |
com.rabbitmq.tools.json.JSONReader
Use a third-party JSON library, e.g. Jackson or Gson
|
com.rabbitmq.tools.json.JSONWriter
Use a third-party JSON library, e.g. Jackson or Gson
|
Method and Description |
---|
com.rabbitmq.tools.jsonrpc.JsonRpcClient.call(String[])
This method will be removed in the next major version
|
com.rabbitmq.tools.jsonrpc.JsonRpcClient.coerce(String, String)
This method will be removed in the next major version
|
com.rabbitmq.client.impl.Environment.isAllowedToModifyThreads() |
com.rabbitmq.utility.Utility.makeStackTrace(Throwable)
use logging library instead for logging stack traces somewhere
|
Constructor and Description |
---|
com.rabbitmq.client.RpcClient(Channel, String, String)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
com.rabbitmq.client.RpcClient(Channel, String, String, int)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
com.rabbitmq.client.RpcClient(Channel, String, String, String)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
com.rabbitmq.client.RpcClient(Channel, String, String, String, int)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.