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 IProducerCommand<T>
Type Parameters
Name | Description |
---|---|
T | The type of messages the producer manages. |