Interface IAsyncHandlerMethodReturnValueHandler
- Namespace
- Steeltoe.Messaging.Handler.Invocation
- Assembly
- Steeltoe.Messaging.Abstractions.dll
Async return value handler
public interface IAsyncHandlerMethodReturnValueHandler : IHandlerMethodReturnValueHandler
- Inherited Members
Methods
IsAsyncReturnValue(object, ParameterInfo)
Check if async return value
bool IsAsyncReturnValue(object returnValue, ParameterInfo parameterInfo)
Parameters
returnValue
objectthe value
parameterInfo
ParameterInfothe return type info
Returns
- bool
true if the return type represents a async value