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 ReturnUnroutableRpcRequestException. returnMessageMethods in com.rabbitmq.client that return Return Modifier and Type Method Description ReturnUnroutableRpcRequestException. getReturnMessage()The returned message.Methods in com.rabbitmq.client with parameters of type Return Modifier and Type Method Description voidReturnCallback. handle(Return returnMessage)Constructors in com.rabbitmq.client with parameters of type Return Constructor Description UnroutableRpcRequestException(Return returnMessage)
-