Table of Contents

Class SendRetryContextAccessor

Namespace
Steeltoe.Messaging.RabbitMQ.Support
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public static class SendRetryContextAccessor
Inheritance
SendRetryContextAccessor
Inherited Members

Fields

ADDRESS

public const string ADDRESS = "address"

Field Value

string

MESSAGE

public const string MESSAGE = "message"

Field Value

string

Methods

GetAddress(IRetryContext)

public static Address GetAddress(IRetryContext context)

Parameters

context IRetryContext

Returns

Address

GetMessage(IRetryContext)

public static IMessage GetMessage(IRetryContext context)

Parameters

context IRetryContext

Returns

IMessage