Package ratpack.core.service
Services participate in the application start/stop lifecycle.
-
Interface Summary Interface Description Service A service participates in the application lifecycle.ServiceDependencies Specifies dependencies between services.ServiceDependenciesSpec Allows declaring which services depend on which services.StartEvent A start event.StopEvent A stop event. -
Annotation Types Summary Annotation Type Description DependsOn Declares the other service types that services of the annotated type depend on.