| Package | Description |
|---|---|
| io.debezium.connector.base | |
| io.debezium.connector.common | |
| io.debezium.util |
| Modifier and Type | Field and Description |
|---|---|
private Supplier<LoggingContext.PreviousContext> |
ChangeEventQueue.loggingContextSupplier |
private Supplier<LoggingContext.PreviousContext> |
ChangeEventQueue.Builder.loggingContextSupplier |
| Modifier and Type | Method and Description |
|---|---|
ChangeEventQueue.Builder<T> |
ChangeEventQueue.Builder.loggingContextSupplier(Supplier<LoggingContext.PreviousContext> loggingContextSupplier) |
| Constructor and Description |
|---|
ChangeEventQueue(Duration pollInterval,
int maxQueueSize,
int maxBatchSize,
Supplier<LoggingContext.PreviousContext> loggingContextSupplier,
long maxQueueSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
LoggingContext.PreviousContext |
CdcSourceTaskContext.configureLoggingContext(String contextName)
Configure the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggingContext.PreviousContext |
LoggingContext.forConnector(String connectorType,
String connectorName,
String contextName)
Configure for a connector the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.