Interface HikariMetricsRegistry

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HikariMetricsRegistry
Hikari connection pool metric extension registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process registry of metric instances on Hikari connection pool.
  • Method Details

    • register

      void register(Consumer<Object> registry)
      Process registry of metric instances on Hikari connection pool.
      Parameters:
      registry - pool configuration