Class AeronChannelTest
- java.lang.Object
-
- deltix.qsrv.hf.topic.aeronmdctest.AeronChannelTest
-
public class AeronChannelTest extends java.lang.Object
Tool for testing different Aeron channel configurations. Supports running as driver, simple publisher and simple subscriber.
-
-
Field Summary
Fields Modifier and Type Field Description static int
STREAM_ID
-
Constructor Summary
Constructors Constructor Description AeronChannelTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.aeron.Aeron
createAeron()
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
STREAM_ID
public static final int STREAM_ID
- See Also:
- Constant Field Values
-
-