Search Results for

    Show / Hide Table of Contents

    Class ShardingProducerController.MessageWithConfirmation<T>

    Inheritance
    object
    ShardingProducerController.MessageWithConfirmation<T>
    Implements
    ShardingProducerController.IShardingProducerControllerCommand<T>
    IEquatable<ShardingProducerController.MessageWithConfirmation<T>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Sharding.Delivery
    Assembly: Akka.Cluster.Sharding.dll
    Syntax
    public sealed record ShardingProducerController.MessageWithConfirmation<T> : ShardingProducerController.IShardingProducerControllerCommand<T>, IEquatable<ShardingProducerController.MessageWithConfirmation<T>>
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    MessageWithConfirmation(string, T, IActorRef)

    Declaration
    public MessageWithConfirmation(string EntityId, T Message, IActorRef ReplyTo)
    Parameters
    Type Name Description
    string EntityId
    T Message
    IActorRef ReplyTo

    Properties

    | Edit this page View Source

    EntityId

    Declaration
    public string EntityId { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Message

    Declaration
    public T Message { get; init; }
    Property Value
    Type Description
    T
    | Edit this page View Source

    ReplyTo

    Declaration
    public IActorRef ReplyTo { get; init; }
    Property Value
    Type Description
    IActorRef

    Implements

    ShardingProducerController.IShardingProducerControllerCommand<T>
    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET