Interface SmartConnectionFactory

    • Method Detail

      • shouldStop

        boolean shouldStop​(Connection con)
        Should we stop the Connection, obtained from this ConnectionFactory?
        Parameters:
        con - the Connection to check
        Returns:
        whether a stop call is necessary
        See Also:
        Connection.stop()