Uses of Class
io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
-
Packages that use AbstractEventDispatcher Package Description io.debezium.outbox.quarkus.internal -
-
Uses of AbstractEventDispatcher in io.debezium.outbox.quarkus.internal
Subclasses of AbstractEventDispatcher in io.debezium.outbox.quarkus.internal Modifier and Type Class Description 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.
-