- Type Parameters:
T
- the handler type
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware
public class BeanCreatingHandlerProvider<T>
extends Object
implements org.springframework.beans.factory.BeanFactoryAware
Instantiates a target handler through a Spring BeanFactory
and also provides
an equivalent destroy method. Mainly for internal use to assist with initializing and
destroying handlers with per-connection lifecycle.
- Since:
- 4.0
- Author:
- Rossen Stoyanchev