Class InvocationResult
- java.lang.Object
-
- org.springframework.kafka.listener.adapter.InvocationResult
-
public final class InvocationResult extends java.lang.ObjectThe result of a method invocation.- Since:
- 2.2
- Author:
- Gary Russell
-
-
Constructor Summary
Constructors Constructor Description InvocationResult(java.lang.Object result, org.springframework.expression.Expression sendTo, boolean messageReturnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetResult()org.springframework.expression.ExpressiongetSendTo()booleanisMessageReturnType()java.lang.StringtoString()
-