Template
Interface for the asynchronous outbox consumer.
Message - The type of domain messages/events
Sends a message or array of messages to the async outbox.
Single message or array of messages
Optional transaction for atomic operations
Starts the async outbox consumer polling loop.
Stop function for graceful shutdown
Stops the async outbox consumer.
Interface for the asynchronous outbox consumer.
Message - The type of domain messages/events