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:
org.wildfly.clustering.ee.cache.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 org.wildfly.clustering.ee.cache.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 org.wildfly.clustering.ee.cache.CacheProperties getCacheProperties()
- Specified by:
getCachePropertiesin interfaceorg.wildfly.clustering.ee.cache.CacheConfiguration- Specified by:
getCachePropertiesin interfaceHotRodConfiguration- Specified by:
getCachePropertiesin interfaceSessionAttributesFactoryConfiguration<S,C,L,V,SV>
-
-