Class InvocationResult
java.lang.Object
org.springframework.amqp.rabbit.listener.adapter.InvocationResult
The result of a listener method invocation.
- Since:
- 2.1
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionInvocationResult
(Object result, Expression sendTo, Type returnType, Object bean, Method method) Construct an instance with the provided properties. -
Method Summary
-
Constructor Details
-
InvocationResult
public InvocationResult(Object result, @Nullable Expression sendTo, @Nullable Type returnType, @Nullable Object bean, @Nullable Method method) Construct an instance with the provided properties.- Parameters:
result
- the result.sendTo
- the sendTo expression.returnType
- the return type.bean
- the bean.method
- the method.
-
-
Method Details