Uses of Class
io.debezium.util.LoggingContext.PreviousContext
-
Packages that use LoggingContext.PreviousContext Package Description io.debezium.connector.base io.debezium.connector.common io.debezium.util -
-
Uses of LoggingContext.PreviousContext in io.debezium.connector.base
Fields in io.debezium.connector.base with type parameters of type LoggingContext.PreviousContext Modifier and Type Field Description private Supplier<LoggingContext.PreviousContext>ChangeEventQueue.Builder. loggingContextSupplierprivate Supplier<LoggingContext.PreviousContext>ChangeEventQueue. loggingContextSupplierMethod parameters in io.debezium.connector.base with type arguments of type LoggingContext.PreviousContext Modifier and Type Method Description ChangeEventQueue.Builder<T>ChangeEventQueue.Builder. loggingContextSupplier(Supplier<LoggingContext.PreviousContext> loggingContextSupplier)Constructor parameters in io.debezium.connector.base with type arguments of type LoggingContext.PreviousContext Constructor Description ChangeEventQueue(Duration pollInterval, int maxQueueSize, int maxBatchSize, Supplier<LoggingContext.PreviousContext> loggingContextSupplier, long maxQueueSizeInBytes, boolean buffering) -
Uses of LoggingContext.PreviousContext in io.debezium.connector.common
Methods in io.debezium.connector.common that return LoggingContext.PreviousContext Modifier and Type Method Description LoggingContext.PreviousContextCdcSourceTaskContext. configureLoggingContext(String contextName)Configure the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call. -
Uses of LoggingContext.PreviousContext in io.debezium.util
Methods in io.debezium.util that return LoggingContext.PreviousContext Modifier and Type Method Description static LoggingContext.PreviousContextLoggingContext. 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.
-