Class StorageLivenessCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

    @ApplicationScoped
    @Liveness
    @Default
    public class StorageLivenessCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    Author:
    Ales Justin
    • Constructor Detail

      • StorageLivenessCheck

        public StorageLivenessCheck()
    • Method Detail

      • call

        public org.eclipse.microprofile.health.HealthCheckResponse call()
        Specified by:
        call in interface org.eclipse.microprofile.health.HealthCheck