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

org.xnio.Pool Maven / Gradle / Ivy

There is a newer version: 3.8.16.Final
Show newest version

package org.xnio;

/**
 * A generic pooled resource manager.
 *
 * @param  the resource type
 *
 * @apiviz.landmark
 */
public interface Pool {

    /**
     * Allocate a resource from the pool.
     *
     * @return the resource
     */
    Pooled allocate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy