Class EndpointUtils
Inheritance
System.Object
EndpointUtils
Namespace: Steeltoe.Integration.Rabbit.Support
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
public static class EndpointUtils : object
Methods
| Edit this page View SourceCreateErrorMessagePayload(IMessage, IModel, Boolean, Exception)
Declaration
public static ListenerExecutionFailedException CreateErrorMessagePayload(IMessage message, IModel channel, bool isManualAck, Exception e)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | |
IModel | channel | |
System.Boolean | isManualAck | |
Exception | e |
Returns
Type | Description |
---|---|
ListenerExecutionFailedException |