类 BeanCreatingHandlerProvider<T>

  • 类型参数:
    T - the handler type
    所有已实现的接口:
    Aware, BeanFactoryAware

    public class BeanCreatingHandlerProvider<T>
    extends Object
    implements 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.
    从以下版本开始:
    4.0
    作者:
    Rossen Stoyanchev