Class FeatureFlags
public class FeatureFlags
- Inheritance
-
FeatureFlags
- Inherited Members
Properties
IsBrokerCompatible
Check if the client is compatible with the broker version. The client requires RabbitMQ 4.0 or later to be compatible.
public bool IsBrokerCompatible { get; }
Property Value
IsFilterFeatureEnabled
Check if filter feature is enabled. Filter feature is available in RabbitMQ 4.1 and later.
public bool IsFilterFeatureEnabled { get; }
Property Value
IsSqlFeatureEnabled
Check if Sql feature is enabled. Sql feature is available in RabbitMQ 4.2 and later.
public bool IsSqlFeatureEnabled { get; }
Property Value
Methods
Validate()
public void Validate()