Show / Hide Table of Contents

    Class InMemoryOutboxFactory

    The in-memory outbox factory.

    Inheritance
    object
    InMemoryOutboxFactory
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Producing.TransactionalOutbox
    Assembly: Silverback.Storage.Memory.dll
    Syntax
    public sealed class InMemoryOutboxFactory

    Constructors

    InMemoryOutboxFactory()

    The in-memory outbox factory.

    Declaration
    public InMemoryOutboxFactory()

    Methods

    GetOutbox(OutboxSettings)

    Gets the outbox matching the specified settings.

    Declaration
    public InMemoryOutbox GetOutbox(OutboxSettings settings)
    Parameters
    Type Name Description
    OutboxSettings settings

    The outbox settings.

    Returns
    Type Description
    InMemoryOutbox

    The InMemoryOutbox.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini