Uses of Interface
io.debezium.outbox.quarkus.internal.EventDispatcher
-
Packages that use EventDispatcher Package Description io.debezium.outbox.quarkus.internal -
-
Uses of EventDispatcher in io.debezium.outbox.quarkus.internal
Classes in io.debezium.outbox.quarkus.internal that implement EventDispatcher Modifier and Type Class Description classAbstractEventDispatcherAbstract base class for the Debezium OutboxEventDispatchercontract.classDebeziumTracerEventDispatcherAn application-scopedEventDispatcherimplementation that is responsible not only for observingExportedEventevents but also generating an open tracing span that is to be persisted with the event's data, allowing Debezium to capture and emit these as change events.classDefaultEventDispatcherThe default application-scopedEventDispatcherimplementation that is responsible for observingExportedEventevents and when detected, persists them to the underlying database, allowing Debezium to capture and emit these as change events.
-