Class SendRetryContextAccessor
Inheritance
System.Object
SendRetryContextAccessor
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public static class SendRetryContextAccessor : object
Fields
|
Edit this page
View Source
ADDRESS
Declaration
public const string ADDRESS = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
MESSAGE
Declaration
public const string MESSAGE = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
GetAddress(IRetryContext)
Declaration
public static Address GetAddress(IRetryContext context)
Parameters
Type |
Name |
Description |
IRetryContext |
context |
|
Returns
|
Edit this page
View Source
GetMessage(IRetryContext)
Declaration
public static IMessage GetMessage(IRetryContext context)
Parameters
Type |
Name |
Description |
IRetryContext |
context |
|
Returns
Type |
Description |
IMessage |
|