Interface HotRodSessionAttributesFactoryConfiguration<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,HotRodConfiguration,SessionAttributesFactoryConfiguration<S,C,L,V,SV>
public interface HotRodSessionAttributesFactoryConfiguration<S,C,L,V,SV> extends SessionAttributesFactoryConfiguration<S,C,L,V,SV>, HotRodConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CachePropertiesgetCacheProperties()-
Methods inherited from interface org.wildfly.clustering.ee.hotrod.HotRodConfiguration
getBatcher, getCache
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.SessionAttributesFactoryConfiguration
getHttpSessionActivationListenerProvider, getImmutability, getMarshaller
-
-
-
-
Method Detail
-
getCacheProperties
default CacheProperties getCacheProperties()
- Specified by:
getCachePropertiesin interfaceCacheConfiguration- Specified by:
getCachePropertiesin interfaceHotRodConfiguration
-
-