public class MicroserverApp
extends java.lang.Object
| Constructor and Description |
|---|
MicroserverApp(java.lang.Class c,
Module... modules)
This will construct a Spring context for this Microserver instance.
|
MicroserverApp(Module... modules)
This will construct a Spring context for this Microserver instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
java.util.List<java.lang.Thread> |
start() |
void |
stop() |
public MicroserverApp(Module... modules)
modules - Multiple Microservice end points that can be deployed within a single Spring contextpublic MicroserverApp(java.lang.Class c,
Module... modules)
c - Class used to configure Springmodules - Multiple Microservice end points that can be deployed within a single Spring context