Interface BeanManagerFactory<K,​V extends BeanInstance<K>,​B extends Batch>

  • Type Parameters:
    K - the bean identifier type
    V - the bean instance type
    B - the batch type

    public interface BeanManagerFactory<K,​V extends BeanInstance<K>,​B extends Batch>
    Creates a BeanManager.
    Author:
    Paul Ferraro