public abstract class InboundChannelAdapterTest<A extends AbstractInboundChannelAdapter> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected A |
adapter |
protected String |
consumerGroup |
protected String |
destination |
| Constructor and Description |
|---|
InboundChannelAdapterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendAndReceive() |
abstract void |
setUp() |
protected String destination
protected String consumerGroup
protected A extends AbstractInboundChannelAdapter adapter
public abstract void setUp()
public void sendAndReceive()
throws InterruptedException
InterruptedExceptionCopyright © 2020 Microsoft. All rights reserved.