Class BeanFactoryPoolResolver

java.lang.Object
org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
All Implemented Interfaces:
Aware, BeanFactoryAware, PoolResolver

public class BeanFactoryPoolResolver extends Object implements BeanFactoryAware, PoolResolver
PoolResolver implementation that uses the Spring BeanFactory to resolve managed Pool objects. This means the Pool was configured and initialized by the Spring container given the Pool would be a proper bean declaration in this case.
Since:
2.3.0
Author:
John Blum
See Also: