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:
org.wildfly.clustering.ee.cache.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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Function<String,SessionAttributeActivationNotifier>getActivationNotifierFactory()default org.wildfly.clustering.ee.cache.CachePropertiesgetCacheProperties()ExecutorgetExecutor()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getCache, getReadForUpdateCache, getSilentWriteCache, getWriteOnlyCache
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.SessionAttributesFactoryConfiguration
getHttpSessionActivationListenerProvider, getImmutability, getMarshaller
-
-
-
-
Method Detail
-
getCacheProperties
default org.wildfly.clustering.ee.cache.CacheProperties getCacheProperties()
- Specified by:
getCachePropertiesin interfaceorg.wildfly.clustering.ee.cache.CacheConfiguration- Specified by:
getCachePropertiesin interfaceInfinispanConfiguration- Specified by:
getCachePropertiesin interfaceSessionAttributesFactoryConfiguration<S,C,L,V,SV>
-
getExecutor
Executor getExecutor()
-
getActivationNotifierFactory
Function<String,SessionAttributeActivationNotifier> getActivationNotifierFactory()
-
-