Package org.eclipse.microprofile.health
Annotation Interface Startup
@Qualifier
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,PARAMETER,FIELD})
public @interface Startup
This qualifier is used to define a Startup Health Check procedure mapped to the Startup Kubernetes probes.
- Since:
- 3.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Support inline instantiation of theStartup
qualifier.