Class MessagingPingPongListenActorExample


  • public class MessagingPingPongListenActorExample
    extends java.lang.Object
    Demonstrates messaging with MessagingListenActor convenience adapter.

    To run this example you must have at least one remote node started.

    Remote nodes should always be started with special configuration file which enables P2P class loading: 'ignite.{sh|bat} examples/config/example-ignite.xml'.

    Alternatively you can run ExampleNodeStartup in another JVM which will start node with examples/config/example-ignite.xml configuration.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Executes example.
      • Methods inherited from class java.lang.Object

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

      • MessagingPingPongListenActorExample

        public MessagingPingPongListenActorExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Executes example.
        Parameters:
        args - Command line arguments, none required.