| Package | Description |
|---|---|
| io.debezium.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferedBlockingConsumer<T>
A
BlockingConsumer that retains a maximum number of values in a buffer before sending them to
a delegate consumer. |
| Modifier and Type | Method and Description |
|---|---|
static <T> BufferedBlockingConsumer<T> |
BufferedBlockingConsumer.bufferLast(BlockingConsumer<T> delegate)
Get a
BufferedBlockingConsumer that buffers just the last value seen by the consumer. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.