Show / Hide Table of Contents

    Class BehaviorsProvider

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

    Inheritance
    object
    BehaviorsProvider
    Implements
    IBehaviorsProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Publishing
    Assembly: Silverback.Core.dll
    Syntax
    public class BehaviorsProvider : IBehaviorsProvider

    Constructors

    | Improve this doc View source

    BehaviorsProvider(IServiceProvider)

    Initializes a new instance of the BehaviorsProvider class.

    Declaration
    public BehaviorsProvider(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    The IServiceProvider to be used to resolve the required services.

    Methods

    | Improve this doc View source

    CreateStack()

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

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

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

    Implements

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