org.wildfly.swarm.config.io.BufferPoolSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.io;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface BufferPoolSupplier {
/**
* Constructed instance of BufferPool resource
*
* @return The instance
*/
public BufferPool get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy