Show / Hide Table of Contents

    Interface IMessageStreamEnumerable<TMessage>

    Represent a stream of messages being published through the internal bus. It is an enumerable that is asynchronously pushed with messages.

    Inherited Members
    IEnumerable<TMessage>.GetEnumerator()
    IAsyncEnumerable<TMessage>.GetAsyncEnumerator(CancellationToken)
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.dll
    Syntax
    public interface IMessageStreamEnumerable<out TMessage> : IEnumerable<TMessage>, IEnumerable, IAsyncEnumerable<TMessage>
    Type Parameters
    Name Description
    TMessage

    The type of the messages being streamed.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini