|
|
|
@ -26,7 +26,6 @@ import org.junit.runner.RunWith;
@@ -26,7 +26,6 @@ import org.junit.runner.RunWith;
|
|
|
|
|
import org.junit.runners.Parameterized; |
|
|
|
|
import reactor.core.publisher.Mono; |
|
|
|
|
import reactor.core.publisher.ProcessorGroup; |
|
|
|
|
import reactor.core.publisher.Processors; |
|
|
|
|
import reactor.core.timer.Timer; |
|
|
|
|
import reactor.rx.Stream; |
|
|
|
|
|
|
|
|
@ -51,7 +50,7 @@ import static org.junit.Assert.assertThat;
@@ -51,7 +50,7 @@ import static org.junit.Assert.assertThat;
|
|
|
|
|
@RunWith(Parameterized.class) |
|
|
|
|
public class AsyncIntegrationTests { |
|
|
|
|
|
|
|
|
|
private final ProcessorGroup asyncGroup = Processors.asyncGroup(); |
|
|
|
|
private final ProcessorGroup asyncGroup = ProcessorGroup.async(); |
|
|
|
|
|
|
|
|
|
private final DataBufferAllocator allocator = new DefaultDataBufferAllocator(); |
|
|
|
|
|
|
|
|
|