Package io.debezium.outbox.reactive.quarkus.internal
package io.debezium.outbox.reactive.quarkus.internal
-
ClassDescriptionAbstract base class for the Debezium Outbox
EventDispatchercontract.Debezium outbox Quarkus extension runtime configuration properties.An 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.The 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.Contract for a Debezium Outbox event dispatcher.