Show / Hide Table of Contents

    Class KafkaOffsetStoreSettings

    The IKafkaOffsetStore settings.

    Inheritance
    object
    KafkaOffsetStoreSettings
    EntityFrameworkKafkaOffsetStoreSettings
    InMemoryKafkaOffsetStoreSettings
    PostgreSqlKafkaOffsetStoreSettings
    SqliteKafkaOffsetStoreSettings
    Implements
    IValidatableSettings
    IEquatable<KafkaOffsetStoreSettings>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging.Consuming.KafkaOffsetStore
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public abstract record KafkaOffsetStoreSettings : IValidatableSettings, IEquatable<KafkaOffsetStoreSettings>

    Constructors

    KafkaOffsetStoreSettings()

    The IKafkaOffsetStore settings.

    Declaration
    protected KafkaOffsetStoreSettings()

    KafkaOffsetStoreSettings(KafkaOffsetStoreSettings)

    The IKafkaOffsetStore settings.

    Declaration
    protected KafkaOffsetStoreSettings(KafkaOffsetStoreSettings original)
    Parameters
    Type Name Description
    KafkaOffsetStoreSettings original

    Properties

    EqualityContract

    The IKafkaOffsetStore settings.

    Declaration
    protected virtual Type EqualityContract { get; }
    Property Value
    Type Description
    Type

    Methods

    Equals(KafkaOffsetStoreSettings?)

    The IKafkaOffsetStore settings.

    Declaration
    public virtual bool Equals(KafkaOffsetStoreSettings? other)
    Parameters
    Type Name Description
    KafkaOffsetStoreSettings other
    Returns
    Type Description
    bool

    Equals(object?)

    The IKafkaOffsetStore settings.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    The IKafkaOffsetStore settings.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    PrintMembers(StringBuilder)

    The IKafkaOffsetStore settings.

    Declaration
    protected virtual bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool

    ToString()

    The IKafkaOffsetStore settings.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Validate()

    Throws a SilverbackConfigurationException if the configuration is not valid.

    Declaration
    public virtual void Validate()

    Operators

    operator ==(KafkaOffsetStoreSettings?, KafkaOffsetStoreSettings?)

    The IKafkaOffsetStore settings.

    Declaration
    public static bool operator ==(KafkaOffsetStoreSettings? left, KafkaOffsetStoreSettings? right)
    Parameters
    Type Name Description
    KafkaOffsetStoreSettings left
    KafkaOffsetStoreSettings right
    Returns
    Type Description
    bool

    operator !=(KafkaOffsetStoreSettings?, KafkaOffsetStoreSettings?)

    The IKafkaOffsetStore settings.

    Declaration
    public static bool operator !=(KafkaOffsetStoreSettings? left, KafkaOffsetStoreSettings? right)
    Parameters
    Type Name Description
    KafkaOffsetStoreSettings left
    KafkaOffsetStoreSettings right
    Returns
    Type Description
    bool

    Implements

    IValidatableSettings
    IEquatable<T>
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini