Class KinesisBinderHealthIndicator
java.lang.Object
io.awspring.cloud.kinesis.stream.binder.KinesisBinderHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor,org.springframework.boot.health.contributor.HealthIndicator
public class KinesisBinderHealthIndicator
extends Object
implements org.springframework.boot.health.contributor.HealthIndicator
- Since:
- 4.0
- Author:
- Artem Bilan
-
Constructor Summary
ConstructorsConstructorDescriptionKinesisBinderHealthIndicator(KinesisMessageChannelBinder kinesisMessageChannelBinder) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.health.contributor.HealthIndicator
health
-
Constructor Details
-
KinesisBinderHealthIndicator
-
-
Method Details
-
health
public org.springframework.boot.health.contributor.Health health()- Specified by:
healthin interfaceorg.springframework.boot.health.contributor.HealthIndicator
-