Class JasyncHealthIndicator

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, io.micronaut.management.health.indicator.HealthIndicator

    @Requires(beans=io.micronaut.management.endpoint.health.HealthEndpoint.class) @Requires(property="endpoints.health.jasync.enabled",notEquals="false")
    @Singleton
    public class JasyncHealthIndicator
    extends java.lang.Object
    implements io.micronaut.management.health.indicator.HealthIndicator
    A HealthIndicator for reactive Postgres client.
    Since:
    1.0
    Author:
    puneetbehl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      static java.lang.String QUERY  
      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      JasyncHealthIndicator​(com.github.jasync.sql.db.Connection client)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.core.order.Ordered

        getOrder
    • Constructor Detail

      • JasyncHealthIndicator

        public JasyncHealthIndicator​(com.github.jasync.sql.db.Connection client)
        Constructor.
        Parameters:
        client - A pool of connections.
    • Method Detail

      • getResult

        public org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> getResult()
        Specified by:
        getResult in interface io.micronaut.management.health.indicator.HealthIndicator