Show / Hide Table of Contents

    Class ExactlyOnceSemanticsStatistics

    Inheritance
    object
    ExactlyOnceSemanticsStatistics
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class ExactlyOnceSemanticsStatistics

    Constructors

    ExactlyOnceSemanticsStatistics()

    Declaration
    public ExactlyOnceSemanticsStatistics()

    Properties

    EpochCnt

    Declaration
    [JsonPropertyName("epoch_cnt")]
    public long EpochCnt { get; init; }
    Property Value
    Type Description
    long

    IdempState

    Declaration
    [JsonPropertyName("idemp_state")]
    public string IdempState { get; init; }
    Property Value
    Type Description
    string

    IdempStateAge

    Declaration
    [JsonPropertyName("idemp_stateage")]
    public long IdempStateAge { get; init; }
    Property Value
    Type Description
    long

    ProducerEpoch

    Declaration
    [JsonPropertyName("producer_epoch")]
    public long ProducerEpoch { get; init; }
    Property Value
    Type Description
    long

    ProducerId

    Declaration
    [JsonPropertyName("producer_id")]
    public long ProducerId { get; init; }
    Property Value
    Type Description
    long

    TxnMayEnq

    Declaration
    [JsonPropertyName("txn_may_enq")]
    public bool TxnMayEnq { get; init; }
    Property Value
    Type Description
    bool

    TxnState

    Declaration
    [JsonPropertyName("txn_state")]
    public string TxnState { get; init; }
    Property Value
    Type Description
    string

    TxnStateAge

    Declaration
    [JsonPropertyName("txn_stateage")]
    public long TxnStateAge { get; init; }
    Property Value
    Type Description
    long
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini