Table of Contents

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

name string

The consumer name.

Property Value

IConsumer

The IConsumer with the specified name.