Uses of Class
io.debezium.outbox.reactive.quarkus.internal.AbstractEventDispatcher
Packages that use AbstractEventDispatcher
-
Uses of AbstractEventDispatcher in io.debezium.outbox.reactive.quarkus.internal
Subclasses of AbstractEventDispatcher in io.debezium.outbox.reactive.quarkus.internalModifier and TypeClassDescriptionclassAn 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.classThe 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.