Class AbstractMethodMessageHandler<T>.Match
Inheritance
System.Object
AbstractMethodMessageHandler<T>.Match
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
protected class Match : object
Constructors
|
Edit this page
View Source
Match(T, HandlerMethod)
Declaration
public Match(T mapping, HandlerMethod handlerMethod)
Parameters
Fields
|
Edit this page
View Source
HandlerMethod
Declaration
public readonly HandlerMethod HandlerMethod
Field Value
|
Edit this page
View Source
Mapping
Declaration
public readonly T Mapping
Field Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|