List of usage examples for org.springframework.integration.util Pool interface-usage
From source file org.springframework.integration.util.SimplePool.java
/**
* Implementation of {@link Pool} supporting dynamic resizing and a variable
* timeout when attempting to obtain an item from the pool. Pool grows on
* demand up to the limit.
* @author Gary Russell
* @since 2.2