Class MessagingPingPongListenActorExample
- java.lang.Object
-
- org.apache.ignite.examples.messaging.MessagingPingPongListenActorExample
-
public class MessagingPingPongListenActorExample extends java.lang.ObjectDemonstrates messaging withMessagingListenActorconvenience 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
ExampleNodeStartupin another JVM which will start node withexamples/config/example-ignite.xmlconfiguration.
-
-
Constructor Summary
Constructors Constructor Description MessagingPingPongListenActorExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-