RestMicroservice
The {@link oaj.microservice.RestMicroservice} class is the main application entry-point for REST
microservices.
The class hierarchy is:
-
{@link oaj.microservice.Microservice}
- Abstract class that defines simple start/stop methods and access to the manifest file, config file, and
arguments.
-
{@link oaj.microservice.RestMicroservice}
- Specialized microservice for starting up REST interfaces using Jetty and specifying REST servlets
through the manifest file or config file.
Refer to the Javadocs for these class for more information.