Uses of Class
com.rabbitmq.client.Return
-
Packages that use Return Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of Return in com.rabbitmq.client
Fields in com.rabbitmq.client declared as Return Modifier and Type Field Description private Return
UnroutableRpcRequestException. returnMessage
Methods in com.rabbitmq.client that return Return Modifier and Type Method Description Return
UnroutableRpcRequestException. getReturnMessage()
The returned message.Methods in com.rabbitmq.client with parameters of type Return Modifier and Type Method Description void
ReturnCallback. handle(Return returnMessage)
Constructors in com.rabbitmq.client with parameters of type Return Constructor Description UnroutableRpcRequestException(Return returnMessage)
-