Class ServiceMiddlewareExample
- java.lang.Object
-
- org.apache.ignite.examples.servicegrid.ServiceMiddlewareExample
-
public class ServiceMiddlewareExample extends java.lang.ObjectThe example shows how to add a middleware layer for distributed services in Ignite.To start remote nodes, run
ExampleNodeStartupin another JVM. It will start a node withexamples/config/example-ignite.xmlconfiguration.NOTE:
Startingignite.shdirectly will not work, as distributed services (and interceptors) cannot be peer-deployed and classes must be in the classpath for each node.
-
-
Constructor Summary
Constructors Constructor Description ServiceMiddlewareExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-