Class ShardingProducerController.MessageWithConfirmation<T>
Inheritance
ShardingProducerController.MessageWithConfirmation<T>
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed record ShardingProducerController.MessageWithConfirmation<T> : ShardingProducerController.IShardingProducerControllerCommand<T>, IEquatable<ShardingProducerController.MessageWithConfirmation<T>>
Type Parameters
Constructors
|
Edit this page
View Source
MessageWithConfirmation(string, T, IActorRef)
Declaration
public MessageWithConfirmation(string EntityId, T Message, IActorRef ReplyTo)
Parameters
Properties
|
Edit this page
View Source
EntityId
Declaration
public string EntityId { get; init; }
Property Value
|
Edit this page
View Source
Message
Declaration
public T Message { get; init; }
Property Value
|
Edit this page
View Source
ReplyTo
Declaration
public IActorRef ReplyTo { get; init; }
Property Value
Implements
Extension Methods