All Classes and Interfaces

Class
Description
Abstract base class for the Debezium Outbox EventDispatcher contract.
An AdditionalJaxbMappingProducer implementation that provides Hibernate ORM with a HBM XML mapping for an map-mode entity configuration for the OutboxEvent entity data type.
Debezium outbox Quarkus extension runtime configuration properties.
 
An application-scoped EventDispatcher implementation that is responsible not only for observing ExportedEvent events 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-scoped EventDispatcher implementation that is responsible for observing ExportedEvent events 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.
Describes an event that should be exported via the "outbox" table.
Converter that knows how to convert between a String and JsonNode.
Constant values used by the Debezium outbox Quarkus extension.