Example usage for org.springframework.integration.util Pool interface-usage

List of usage examples for org.springframework.integration.util Pool interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.util Pool interface-usage.

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