A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://rabbitmq.github.io/rabbitmq-dotnet-client/api/RabbitMQ.Client.TopologyRecoveryFilter.html below:

Class TopologyRecoveryFilter
Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

Filter to know which entities (exchanges, queues, bindings, consumers) should be recovered by topology recovery. By default, allows all entities to be recovered.

public class TopologyRecoveryFilter
Inheritance

TopologyRecoveryFilter

Inherited Members
Properties BindingFilter

Decides whether a binding is recovered or not.

public Func<IRecordedBinding, bool> BindingFilter { get; set; }
Property Value
Func<IRecordedBinding, bool>
ConsumerFilter

Decides whether a consumer is recovered or not.

public Func<IRecordedConsumer, bool> ConsumerFilter { get; set; }
Property Value
Func<IRecordedConsumer, bool>
ExchangeFilter

Decides whether an exchange is recovered or not.

public Func<IRecordedExchange, bool> ExchangeFilter { get; set; }
Property Value
Func<IRecordedExchange, bool>
QueueFilter

Decides whether a queue is recovered or not.

public Func<IRecordedQueue, bool> QueueFilter { get; set; }
Property Value
Func<IRecordedQueue, bool>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4