{new} Overview
The Jetty Microservice API consists of a combination of the Juneau Core, Server, and Client APIs and an embedded Eclipse Jetty Servlet Container.
The API builds upon the {@doc juneau-microservice-core Core Microservice} classes to produce easy-to-create and easy-to-use microservices in a standard Java 1.8+ environment.
The juneau-microservice-jetty
library consists of the following classes:
The most-basic creation of a Jetty microservice from an entry-point method is shown below: