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 sourceCreateStack()
Creates a new Stack<T> of IBehavior to be used in the IPublisher pipeline.
Declaration
Stack<IBehavior> CreateStack()
Returns
Type | Description |
---|---|
Stack<IBehavior> |