Interface ConnectionActivator

  • All Superinterfaces:
    java.util.function.Function<Connection,​java.lang.Boolean>

    public interface ConnectionActivator
    extends java.util.function.Function<Connection,​java.lang.Boolean>
    Provides an interface for activating connections when they are checked out from the pool.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose