Uses of Class
org.springframework.amqp.rabbit.listener.adapter.InvocationResult
Package
Description
Provides classes for adapting listeners.
-
Uses of InvocationResult in org.springframework.amqp.rabbit.listener.adapter
Modifier and TypeMethodDescriptionDelegatingInvocableHandler.getInvocationResultFor
(Object result, Object inboundPayload) HandlerAdapter.getInvocationResultFor
(Object result, Object inboundPayload) Build anInvocationResult
for the result and inbound payload.Invoke the method with the given message.Invoke the appropriate method for the payload.Modifier and TypeMethodDescriptionprotected void
AbstractAdaptableMessageListener.doHandleResult
(InvocationResult resultArg, Message request, com.rabbitmq.client.Channel channel, Object source) protected Address
AbstractAdaptableMessageListener.getReplyToAddress
(Message request, Object source, InvocationResult result) Determine a reply-to Address for the given message.protected void
AbstractAdaptableMessageListener.handleResult
(InvocationResult resultArg, Message request, com.rabbitmq.client.Channel channel) Handle the given result object returned from the listener method, sending a response message back.protected void
AbstractAdaptableMessageListener.handleResult
(InvocationResult resultArg, Message request, com.rabbitmq.client.Channel channel, Object source) Handle the given result object returned from the listener method, sending a response message back.