Class OutboxEventExternalizer

java.lang.Object
org.springframework.modulith.events.support.OutboxEventExternalizer
All Implemented Interfaces:
Aware, ApplicationEventPublisherAware

public class OutboxEventExternalizer extends Object implements ApplicationEventPublisherAware
An OutboxEventExternalizer that transports events from the outbox to an external target.

This handler is invoked by the outbox processor to externalize events that were previously recorded in the outbox table. It uses the configured transport function to deliver events to their target destination (e.g., message broker, email, SMS).

Since:
2.1
Author:
Roland Beisel, Oliver Drotbohm
See Also: