Class HandlerAdapter
Inheritance
System.Object
HandlerAdapter
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class HandlerAdapter : object
Constructors
|
Edit this page
View Source
HandlerAdapter(IInvocableHandlerMethod)
Declaration
public HandlerAdapter(IInvocableHandlerMethod invokerHandlerMethod)
Parameters
Type |
Name |
Description |
IInvocableHandlerMethod |
invokerHandlerMethod |
|
|
Edit this page
View Source
HandlerAdapter(DelegatingInvocableHandler)
Declaration
public HandlerAdapter(DelegatingInvocableHandler delegatingHandler)
Parameters
Properties
|
Edit this page
View Source
DelegatingHandler
Declaration
public DelegatingInvocableHandler DelegatingHandler { get; }
Property Value
|
Edit this page
View Source
Instance
Declaration
public object Instance { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
InvokerHandlerMethod
Declaration
public IInvocableHandlerMethod InvokerHandlerMethod { get; }
Property Value
Type |
Description |
IInvocableHandlerMethod |
|
Methods
|
Edit this page
View Source
GetInvocationResultFor(Object, Object)
Declaration
public InvocationResult GetInvocationResultFor(object result, object inboundPayload)
Parameters
Type |
Name |
Description |
System.Object |
result |
|
System.Object |
inboundPayload |
|
Returns
|
Edit this page
View Source
GetMethodAsString(Object)
Declaration
public string GetMethodAsString(object payload)
Parameters
Type |
Name |
Description |
System.Object |
payload |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetMethodFor(Object)
Declaration
public MethodInfo GetMethodFor(object payload)
Parameters
Type |
Name |
Description |
System.Object |
payload |
|
Returns
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
GetReturnTypeFor(Object)
Declaration
public Type GetReturnTypeFor(object payload)
Parameters
Type |
Name |
Description |
System.Object |
payload |
|
Returns
|
Edit this page
View Source
Invoke(IMessage, Object[])
Declaration
public InvocationResult Invoke(IMessage message, params object[] providedArgs)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.Object[] |
providedArgs |
|
Returns