Class BehaviorsProvider
Provides the Stack<T> of IBehavior to be used in the IPublisher pipeline.
Implements
Inherited Members
Namespace: Silverback.Messaging.Publishing
Assembly: Silverback.Core.dll
Syntax
public class BehaviorsProvider : IBehaviorsProvider
Constructors
| Improve this doc View sourceBehaviorsProvider(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 sourceCreateStack()
Creates a new Stack<T> of IBehavior to be used in the IPublisher pipeline.
Declaration
public Stack<IBehavior> CreateStack()
Returns
Type | Description |
---|---|
Stack<IBehavior> |