Uses of Interface
org.springframework.integration.util.SimplePool.PoolItemCallback
Packages that use SimplePool.PoolItemCallback
-
Uses of SimplePool.PoolItemCallback in org.springframework.integration.util
Constructors in org.springframework.integration.util with parameters of type SimplePool.PoolItemCallbackModifierConstructorDescriptionSimplePool
(int poolSize, SimplePool.PoolItemCallback<T> callback) Create a SimplePool with a specific limit.