Interface ProducerController.IProducerCommand<T>
Commands that are specific to the producer side of the reliable delivery pattern.
Namespace: Akka.Delivery
Assembly: Akka.dll
Syntax
public interface ProducerController.IProducerCommand<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of messages the producer manages. |
Edit this page