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 TypeMethodDescription@Nullable InvocationResultDelegatingInvocableHandler.getInvocationResultFor(Object result, Object inboundPayload) @Nullable InvocationResultHandlerAdapter.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.protected InvocationResultMessagingMessageListenerAdapter.invokeHandler(@Nullable com.rabbitmq.client.Channel channel, Message<?> message, boolean batch, Message... amqpMessages) Invoke the handler, wrapping any exception to aListenerExecutionFailedExceptionwith a dedicated error message.Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type InvocationResultModifier and TypeMethodDescriptionprotected voidAbstractAdaptableMessageListener.doHandleResult(InvocationResult resultArg, Message request, @Nullable com.rabbitmq.client.Channel channel, @Nullable Object source) protected AddressAbstractAdaptableMessageListener.getReplyToAddress(Message request, @Nullable Object source, InvocationResult result) Determine a reply-to Address for the given message.protected voidAbstractAdaptableMessageListener.handleResult(@Nullable InvocationResult resultArg, Message request, @Nullable com.rabbitmq.client.Channel channel, @Nullable Object source) Handle the given result object returned from the listener method, sending a response message back.protected voidAbstractAdaptableMessageListener.handleResult(InvocationResult resultArg, Message request, @Nullable com.rabbitmq.client.Channel channel) Handle the given result object returned from the listener method, sending a response message back.