Uses of Class
org.apache.juneau.microservice.Microservice
Packages that use Microservice
-
Uses of Microservice in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice that return MicroserviceModifier and TypeMethodDescriptionMicroservice.Builder.build()
Instantiate a new microservice using the settings defined on this builder.static Microservice
Microservice.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 TypeMethodDescriptionvoid
BasicMicroserviceListener.onConfigChange
(Microservice microservice, ConfigEvents events) void
MicroserviceListener.onConfigChange
(Microservice microservice, ConfigEvents events) Called if one or more changes occur in the config file.void
BasicMicroserviceListener.onStart
(Microservice microservice) void
MicroserviceListener.onStart
(Microservice microservice) Called at the beginning of thestart()
call.void
BasicMicroserviceListener.onStop
(Microservice microservice) void
MicroserviceListener.onStop
(Microservice microservice) Called at the end of thestop()
call. -
Uses of Microservice in org.apache.juneau.microservice.jetty
Subclasses of Microservice in org.apache.juneau.microservice.jettyModifier and TypeClassDescriptionclass
Entry point for Juneau microservice that implements a REST interface using Jetty on a single port.