Uses of Interface
ratpack.core.service.StartEvent
-
Packages that use StartEvent Package Description ratpack.core.service Services participate in the application start/stop lifecycle. -
-
Uses of StartEvent in ratpack.core.service
Methods in ratpack.core.service with parameters of type StartEvent Modifier and Type Method Description default void
Service. onStart(StartEvent event)
Server startup event.Method parameters in ratpack.core.service with type arguments of type StartEvent Modifier and Type Method Description static Service
Service. startup(String name, Action<? super StartEvent> action)
Creates a service that executes the given action as theService.onStart(StartEvent)
implementation.
-