Interface BeanManager<K,V extends BeanInstance<K>,B extends Batch>

Type Parameters:
K - the bean identifier type
V - the bean instance type
B - the batch type
All Superinterfaces:
AffinitySupport<K>, BeanStatistics, Restartable

public interface BeanManager<K,V extends BeanInstance<K>,B extends Batch> extends Restartable, AffinitySupport<K>, BeanStatistics
A SPI for managing beans.
Author:
Paul Ferraro