Interface ShardingProducerController.IShardingProducerControllerCommand<T>
Marker interface for all commands handled by the ShardingProducerController.
Namespace: Akka.Cluster.Sharding.Delivery
Assembly: Akka.Cluster.Sharding.dll
Syntax
public interface IShardingProducerControllerCommand<T>
Type Parameters
Name | Description |
---|---|
T | The types of messages handled by the ShardingProducerController. |