Show / Hide Table of Contents

    Interface IConsumerCollection

    Holds a reference to all the configured IConsumer.

    Inherited Members
    IReadOnlyCollection<IConsumer>.Count
    IEnumerable<IConsumer>.GetEnumerator()
    Namespace: Silverback.Messaging.Broker
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IConsumerCollection : IReadOnlyCollection<IConsumer>, IEnumerable<IConsumer>, IEnumerable

    Properties

    this[string]

    Gets the consumer with the specified name.

    Declaration
    IConsumer this[string name] { get; }
    Parameters
    Type Name Description
    string name

    The consumer name.

    Property Value
    Type Description
    IConsumer

    The IConsumer with the specified name.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini