Interface IBehaviorsProvider
- Namespace
- Silverback.Messaging.Publishing
- Assembly
- Silverback.Core.dll
Provides the Stack<T> of IBehavior to be used in the IPublisher pipeline.
public interface IBehaviorsProvider
Methods
CreateStack()
Creates a new Stack<T> of IBehavior to be used in the IPublisher pipeline.
Stack<IBehavior> CreateStack()