Class InvocationResult
java.lang.Object
org.springframework.amqp.rabbit.listener.adapter.InvocationResult
The result of a listener method invocation.
- Since:
- 2.1
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationResult(Object result, org.springframework.expression.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 org.springframework.expression.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