Interface IProduceStrategy
The strategy used to produce the messages.
Namespace: Silverback.Messaging.Outbound
Assembly: Silverback.Integration.dll
Syntax
public interface IProduceStrategy
Methods
| Improve this doc View sourceBuild(IServiceProvider)
Returns the actual strategy implementation, built using the provided IServiceProvider.
Declaration
IProduceStrategyImplementation Build(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | serviceProvider | The IServiceProvider to be used to build the strategy. |
Returns
Type | Description |
---|---|
IProduceStrategyImplementation | An instance of IProduceStrategyImplementation that can be used to produce the messages. |