Table of Contents

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 object

the value

parameterInfo ParameterInfo

the return type info

Returns

bool

true if the return type represents a async value