Package org.wildfly.clustering.ejb.bean
Interface BeanManagerConfiguration<K,V extends BeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
public interface BeanManagerConfiguration<K,V extends BeanInstance<K>>Encapsulates the configuration of a bean manager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBeanName()BeanExpirationConfiguration<K,V>getExpiration()Supplier<K>getIdentifierFactory()
-