Show / Hide Table of Contents

    Interface IBehaviorsProvider

    Provides the Stack<T> of IBehavior to be used in the IPublisher pipeline.

    Namespace: Silverback.Messaging.Publishing
    Assembly: Silverback.Core.dll
    Syntax
    public interface IBehaviorsProvider

    Methods

    | Improve this doc View source

    CreateStack()

    Creates a new Stack<T> of IBehavior to be used in the IPublisher pipeline.

    Declaration
    Stack<IBehavior> CreateStack()
    Returns
    Type Description
    Stack<IBehavior>

    The ready-to-use Stack<T> of IBehavior.

    • Improve this doc
    • View source
    In this article
    • Methods
      • CreateStack()
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini