Index

A C D E I L O P R T 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractEventDispatcher - Class in io.debezium.outbox.quarkus.internal
Abstract base class for the Debezium Outbox EventDispatcher contract.
AbstractEventDispatcher() - Constructor for class io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
 

C

config - Variable in class io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
Debezium runtime configuration

D

DebeziumOutboxRuntimeConfig - Class in io.debezium.outbox.quarkus.internal
Debezium outbox Quarkus extension runtime configuration properties.
DebeziumOutboxRuntimeConfig() - Constructor for class io.debezium.outbox.quarkus.internal.DebeziumOutboxRuntimeConfig
 
DebeziumTracerEventDispatcher - Class in io.debezium.outbox.quarkus.internal
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.
DebeziumTracerEventDispatcher() - Constructor for class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 
DefaultEventDispatcher - Class in io.debezium.outbox.quarkus.internal
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.
DefaultEventDispatcher() - Constructor for class io.debezium.outbox.quarkus.internal.DefaultEventDispatcher
 

E

entityManager - Variable in class io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
 
EventDispatcher - Interface in io.debezium.outbox.quarkus.internal
Contract for a Debezium Outbox event dispatcher.

I

io.debezium.outbox.quarkus.internal - package io.debezium.outbox.quarkus.internal
 

L

LOGGER - Static variable in class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 
LOGGER - Static variable in class io.debezium.outbox.quarkus.internal.DefaultEventDispatcher
 

O

onExportedEvent(ExportedEvent<?, ?>) - Method in class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 
onExportedEvent(ExportedEvent<?, ?>) - Method in class io.debezium.outbox.quarkus.internal.DefaultEventDispatcher
 
onExportedEvent(ExportedEvent<?, ?>) - Method in interface io.debezium.outbox.quarkus.internal.EventDispatcher
An event handler for ExportedEvent events and will be called when the event fires.
openTelemetry - Variable in class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 
OPERATION_NAME - Static variable in class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 

P

persist(Map<String, Object>) - Method in class io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
Persists the map of key/value pairs to the database.

R

remove(Map<String, Object>, Session) - Method in class io.debezium.outbox.quarkus.internal.AbstractEventDispatcher
 

T

TRACING_COMPONENT - Static variable in class io.debezium.outbox.quarkus.internal.DebeziumTracerEventDispatcher
 
A C D E I L O P R T 
All Classes and Interfaces|All Packages|Constant Field Values