Template
OutboxConsumer is rensposible for consuming events from one partition (partitionKey option) and publishing it through an publishEvent callback.
partitionKey
publishEvent
Event - Events handled by the OutboxConsumer.
OutboxConsumer
OutboxConsumer configuration.
An OutboxConsumer instance.
OutboxConsumer is rensposible for consuming events from one partition (
partitionKey
option) and publishing it through anpublishEvent
callback.Event - Events handled by the
OutboxConsumer
.