Interface BeanManagerConfiguration<K,V extends BeanInstance<K>>

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
org.wildfly.clustering.server.manager.ManagerConfiguration<K>

public interface BeanManagerConfiguration<K,V extends BeanInstance<K>> extends org.wildfly.clustering.server.manager.ManagerConfiguration<K>
Encapsulates the configuration of a bean manager.
Author:
Paul Ferraro