Interface ImmutableSessionFactory<MV,AV>

Type Parameters:
MV - the session metadata value type
AV - the session attribute value type
All Superinterfaces:
org.wildfly.clustering.cache.BiCacheEntryLocator<String,MV,AV>, org.wildfly.clustering.cache.CacheEntryLocator<String,Map.Entry<MV,AV>>
All Known Subinterfaces:
SessionFactory<C,MV,AV,SC>
All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory

public interface ImmutableSessionFactory<MV,AV> extends org.wildfly.clustering.cache.BiCacheEntryLocator<String,MV,AV>
Factory for creating an ImmutableSession.
Author:
Paul Ferraro