Interface IProduceStrategyImplementation
The strategy used to produce the messages.
Namespace: Silverback.Messaging.Outbound
Assembly: Silverback.Integration.dll
Syntax
public interface IProduceStrategyImplementation
Methods
| Improve this doc View sourceProduceAsync(IOutboundEnvelope)
Produces the message in the specified envelope.
Declaration
Task ProduceAsync(IOutboundEnvelope envelope)
Parameters
Type | Name | Description |
---|---|---|
IOutboundEnvelope | envelope | The IOutboundEnvelope containing the message to be produced. |
Returns
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |