Class FlexyPoolProperties.Threshold.Connection

java.lang.Object
com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
Enclosing class:
FlexyPoolProperties.Threshold

public static class FlexyPoolProperties.Threshold.Connection extends Object
  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • getAcquisition

      public long getAcquisition()
    • getLease

      public long getLease()
    • setAcquisition

      public void setAcquisition(long acquisition)
    • setLease

      public void setLease(long lease)