Hermes MongoDB
    Preparing search index...

    Type Alias OutboxMessageStream<Event>Template Internal

    OutboxMessageStream: ChangeStreamInsertDocument<OutboxMessageModel<Event>>

    MongoDB Change Stream document type for outbox messages.

    This represents the structure of change events received from MongoDB Change Streams.

    Event - The type of the domain event/message

    Type Parameters

    • Event