Package io.debezium.function
-
Interface Summary Interface Description BlockingConsumer<T> A variant ofConsumerthat can be blocked and interrupted.BooleanConsumer Represents an operation that accepts a singleboolean-valued argument and returns no result.BufferedBlockingConsumer<T> ABlockingConsumerthat retains a maximum number of values in a buffer before sending them to a delegate consumer.Callable -
Class Summary Class Description Predicates Utilities for constructing various predicates.