Show / Hide Table of Contents

    Class InMemoryOutboxSettings

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

    Inheritance
    object
    OutboxSettings
    InMemoryOutboxSettings
    Implements
    IValidatableSettings
    IEquatable<OutboxSettings>
    IEquatable<InMemoryOutboxSettings>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging.Producing.TransactionalOutbox
    Assembly: Silverback.Storage.Memory.dll
    Syntax
    public record InMemoryOutboxSettings : OutboxSettings, IValidatableSettings, IEquatable<OutboxSettings>, IEquatable<InMemoryOutboxSettings>

    Constructors

    InMemoryOutboxSettings(InMemoryOutboxSettings)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    InMemoryOutboxSettings(string?)

    Initializes a new instance of the InMemoryOutboxSettings class.

    Declaration
    public InMemoryOutboxSettings(string? outboxName = null)
    Parameters
    Type Name Description
    string outboxName

    The name of the outbox.

    Properties

    EqualityContract

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

    Declaration
    protected override Type EqualityContract { get; }
    Property Value
    Type Description
    Type
    Overrides
    OutboxSettings.EqualityContract

    OutboxName

    Gets the name of the outbox.

    Declaration
    public string OutboxName { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(InMemoryOutboxSettings?)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    Equals(OutboxSettings?)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

    Declaration
    public override sealed bool Equals(OutboxSettings? other)
    Parameters
    Type Name Description
    OutboxSettings other
    Returns
    Type Description
    bool
    Overrides
    OutboxSettings.Equals(OutboxSettings?)

    Equals(object?)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    GetCompatibleLockSettings()

    Returns an InMemoryLockSettings instance using the same database.

    Declaration
    public override DistributedLockSettings GetCompatibleLockSettings()
    Returns
    Type Description
    DistributedLockSettings

    The InMemoryLockSettings instance.

    Overrides
    OutboxSettings.GetCompatibleLockSettings()

    GetHashCode()

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    PrintMembers(StringBuilder)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

    Declaration
    protected override bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool
    Overrides
    OutboxSettings.PrintMembers(StringBuilder)

    ToString()

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    Validate()

    Throws a SilverbackConfigurationException if the configuration is not valid.

    Declaration
    public override void Validate()
    Overrides
    OutboxSettings.Validate()

    Operators

    operator ==(InMemoryOutboxSettings?, InMemoryOutboxSettings?)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    operator !=(InMemoryOutboxSettings?, InMemoryOutboxSettings?)

    The InMemoryOutboxWriter and InMemoryOutboxReader settings.

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

    Implements

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