Class 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  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AeronChannelTest

        public AeronChannelTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException,
                                java.io.IOException
        Throws:
        java.lang.InterruptedException
        java.io.IOException
      • createAeron

        public static io.aeron.Aeron createAeron()