Interface IConsumerCollection
- Namespace
- Silverback.Messaging.Broker
- Assembly
- Silverback.Integration.dll
Holds a reference to all the configured IConsumer.
public interface IConsumerCollection : IReadOnlyCollection<IConsumer>, IEnumerable<IConsumer>, IEnumerable
- Inherited Members
Properties
this[string]
Gets the consumer with the specified name.
IConsumer this[string name] { get; }
Parameters
namestringThe consumer name.