Interface HotRodSessionAttributesFactoryConfiguration<S,C,L,V,SV>

Type Parameters:
S - the HttpSession specification type
C - the ServletContext specification type
L - the HttpSessionActivationListener specification type
V - attributes cache entry type
SV - 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