Table of Contents

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 T
handlerMethod HandlerMethod

Fields

HandlerMethod

public readonly HandlerMethod HandlerMethod

Field Value

HandlerMethod

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.