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