Package io.micronaut.health
Annotation Interface HeartbeatEnabled
@Requires(notEnv={"android","function"}) @Requires(property="micronaut.application.name") @Requires(condition=HeartbeatDiscoveryClientCondition.class) @Requires(beans=EmbeddedServer.class)
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD})
public @interface HeartbeatEnabled
Annotation that expresses the requirements for enabling the heart beat.
- Since:
- 1.1
- Author:
- graemerocher