All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldaptive.pool.ConnectionPassivator Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.pool;

import java.util.function.Function;
import org.ldaptive.Connection;

/**
 * Provides an interface for passivating connections when they are checked back into the pool.
 *
 * @author  Middleware Services
 */
public interface ConnectionPassivator extends Function {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy