@ServiceInterface
public interface IoBufferPoolDecorator
extends java.util.function.UnaryOperator<net.java.truecommons.cio.IoBufferPool>
ServiceImplementation are subject to service location by the
IoBufferPoolLocator.SINGLETON.
If multiple decorator services are locatable on the class path at run time, they are applied in ascending order of their ServiceImplementation.priority() so that the product of the decorator service with the greatest number becomes the head of the resulting decorator chain.