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
TopologyRecoveryFilter
Decides whether a binding is recovered or not.
public Func<IRecordedBinding, bool> BindingFilter { get; set; }
Property Value
Decides whether a consumer is recovered or not.
public Func<IRecordedConsumer, bool> ConsumerFilter { get; set; }
Property Value
Decides whether an exchange is recovered or not.
public Func<IRecordedExchange, bool> ExchangeFilter { get; set; }
Property Value
Decides whether a queue is recovered or not.
public Func<IRecordedQueue, bool> QueueFilter { get; set; }
Property Value
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