Class PersistenceSimpleReadinessCheck

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

    @ApplicationScoped
    @Readiness
    @Default
    public class PersistenceSimpleReadinessCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    Author:
    Jakub Senko 'jsenko@redhat.com'
    • Constructor Detail

      • PersistenceSimpleReadinessCheck

        public PersistenceSimpleReadinessCheck()
    • Method Detail

      • call

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