Class AcknowledgeModeExtensions
Inheritance
System.Object
AcknowledgeModeExtensions
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public static class AcknowledgeModeExtensions : object
Methods
|
Edit this page
View Source
IsAutoAck(AcknowledgeMode)
Declaration
public static bool IsAutoAck(this AcknowledgeMode mode)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsManual(AcknowledgeMode)
Declaration
public static bool IsManual(this AcknowledgeMode mode)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsTransactionAllowed(AcknowledgeMode)
Declaration
public static bool IsTransactionAllowed(this AcknowledgeMode mode)
Parameters
Returns
Type |
Description |
System.Boolean |
|