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

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Support inline instantiation of the Startup qualifier.