Uses of Class
org.springframework.amqp.rabbit.listener.adapter.InvocationResult
Packages that use InvocationResult
Package
Description
Provides classes for adapting listeners.
-
Uses of InvocationResult in org.springframework.amqp.rabbit.listener.adapter
Methods in org.springframework.amqp.rabbit.listener.adapter that return InvocationResultModifier and TypeMethodDescriptionDelegatingInvocableHandler.getInvocationResultFor(Object result, Object inboundPayload) HandlerAdapter.getInvocationResultFor(Object result, Object inboundPayload) Build anInvocationResultfor the result and inbound payload.Invoke the method with the given message.Invoke the appropriate method for the payload.Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type InvocationResultModifier and TypeMethodDescriptionprotected voidAbstractAdaptableMessageListener.doHandleResult(InvocationResult resultArg, Message request, com.rabbitmq.client.Channel channel, Object source) protected AddressAbstractAdaptableMessageListener.getReplyToAddress(Message request, Object source, InvocationResult result) Determine a reply-to Address for the given message.protected voidAbstractAdaptableMessageListener.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 voidAbstractAdaptableMessageListener.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.