Interface InfinispanSessionAttributesFactoryConfiguration<S,C,L,V,MV>
- Type Parameters:
S- the HttpSession specification typeC- the ServletContext specification typeL- the HttpSessionActivationListener specification typeV- attributes cache entry typeMV- attributes serialized form type
- All Superinterfaces:
SessionAttributesFactoryConfiguration<S,C, L, V, MV>
public interface InfinispanSessionAttributesFactoryConfiguration<S,C,L,V,MV>
extends SessionAttributesFactoryConfiguration<S,C,L,V,MV>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.wildfly.clustering.session.cache.attributes.SessionAttributesFactoryConfiguration
getImmutability, getMarshaller, getSessionActivationListenerProvider
-
Method Details
-
getActivationNotifierFactory
Function<String,SessionAttributeActivationNotifier> getActivationNotifierFactory()
-