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