Interface IBrokerBehaviorsProvider<TBehavior>
Provides the IReadOnlyList<T> of IProducer
Namespace: Silverback.Messaging.Broker.Behaviors
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerBehaviorsProvider<out TBehavior> where TBehavior : IBrokerBehavior
Type Parameters
Name | Description |
---|---|
TBehavior | The type of the behaviors to be provided, either IProducer |
Methods
| Improve this doc View sourceGetBehaviorsList()
Creates a new IReadOnlyList<T> of IProducer
Declaration
IReadOnlyList<out TBehavior> GetBehaviorsList()
Returns
Type | Description |
---|---|
IRead |
The ready-to-use Stack<T> of |