Interface InfinispanSessionAttributesFactoryConfiguration<S,C,L,V,SV>
- Type Parameters:
S- the HttpSession specification typeC- the ServletContext specification typeL- the HttpSessionActivationListener specification typeV- attributes cache entry typeSV- attributes serialized form type
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration,SessionAttributesFactoryConfiguration<S,C, L, V, SV>
public interface InfinispanSessionAttributesFactoryConfiguration<S,C,L,V,SV>
extends InfinispanConfiguration, SessionAttributesFactoryConfiguration<S,C,L,V,SV>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCacheMethods inherited from interface org.wildfly.clustering.web.cache.session.attributes.SessionAttributesFactoryConfiguration
getHttpSessionActivationListenerProvider, getImmutability, getMarshaller
-
Method Details
-
getActivationNotifierFactory
Function<String,SessionAttributeActivationNotifier> getActivationNotifierFactory()
-