Uses of Class
org.apache.juneau.microservice.Microservice
Packages that use Microservice
- 
Uses of Microservice in org.apache.juneau.microserviceMethods in org.apache.juneau.microservice that return MicroserviceModifier and TypeMethodDescriptionMicroservice.Builder.build()Instantiate a new microservice using the settings defined on this builder.static MicroserviceMicroservice.getInstance()Returns the Microservice instance.Microservice.init()Initializes this microservice.Microservice.join()Joins the application with the current thread.Microservice.start()Start this application.Microservice.startConsole()Starts the console thread for this microservice.Microservice.stop()Stop this application.Microservice.stopConsole()Stops the console thread for this microservice.Methods in org.apache.juneau.microservice with parameters of type MicroserviceModifier and TypeMethodDescriptionvoidBasicMicroserviceListener.onConfigChange(Microservice microservice, ConfigEvents events) voidMicroserviceListener.onConfigChange(Microservice microservice, ConfigEvents events) Called if one or more changes occur in the config file.voidBasicMicroserviceListener.onStart(Microservice microservice) voidMicroserviceListener.onStart(Microservice microservice) Called at the beginning of thestart()call.voidBasicMicroserviceListener.onStop(Microservice microservice) voidMicroserviceListener.onStop(Microservice microservice) Called at the end of thestop()call.
- 
Uses of Microservice in org.apache.juneau.microservice.jettySubclasses of Microservice in org.apache.juneau.microservice.jettyModifier and TypeClassDescriptionclassEntry point for Juneau microservice that implements a REST interface using Jetty on a single port.