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