Inheritance
System.Object
RabbitMessageHeaderErrorMessageStrategy
Assembly: Steeltoe.Integration.RabbitMQ.dll
public class RabbitMessageHeaderErrorMessageStrategy : IErrorMessageStrategy
Fields
|
Edit this page
View Source
Declaration
public const string AMQP_RAW_MESSAGE = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Declaration
public ErrorMessage BuildErrorMessage(Exception exception, IAttributeAccessor context)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
IAttributeAccessor |
context |
|
Returns
Type |
Description |
ErrorMessage |
|