Class AbstractMethodMessageHandler<T>.Match
- Namespace
- Steeltoe.Messaging.Handler.Invocation
- Assembly
- Steeltoe.Messaging.MessagingBase.dll
protected class AbstractMethodMessageHandler<T>.Match
- Inheritance
-
AbstractMethodMessageHandler<T>.Match
- Inherited Members
Constructors
Match(T, HandlerMethod)
public Match(T mapping, HandlerMethod handlerMethod)
Parameters
mapping
ThandlerMethod
HandlerMethod
Fields
HandlerMethod
public readonly HandlerMethod HandlerMethod
Field Value
Mapping
public readonly T Mapping
Field Value
- T
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.