public class BufferedBlockingConsumerTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.function.BlockingConsumer<Integer> |
consumer |
private List<Integer> |
history |
| Constructor and Description |
|---|
BufferedBlockingConsumerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
shouldMaintainSameOrder() |
private io.debezium.function.BlockingConsumer<Integer> consumer
public void beforeEach()
public void shouldMaintainSameOrder()
throws InterruptedException
InterruptedExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.