Interface SessionCreationMetaDataEntry<C>
-
- Type Parameters:
C- the context type
- All Superinterfaces:
Contextual<C>,ImmutableSessionCreationMetaData,Remappable<SessionCreationMetaDataEntry<C>,Supplier<Offset<Duration>>>,SessionCreationMetaData
- All Known Implementing Classes:
DefaultSessionCreationMetaDataEntry
public interface SessionCreationMetaDataEntry<C> extends SessionCreationMetaData, Contextual<C>, Remappable<SessionCreationMetaDataEntry<C>,Supplier<Offset<Duration>>>
A contextual session metadata entry.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.web.cache.Contextual
getContext
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.metadata.fine.ImmutableSessionCreationMetaData
getCreationTime, getTimeout
-
Methods inherited from interface org.wildfly.clustering.ee.cache.function.Remappable
remap
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.metadata.fine.SessionCreationMetaData
setTimeout
-
-