Interface ImmutableSessionMetaDataFactory<V>

Type Parameters:
V - the cache value type
All Superinterfaces:
org.wildfly.clustering.cache.Locator<String,V>
All Known Subinterfaces:
SessionMetaDataFactory<V>

public interface ImmutableSessionMetaDataFactory<V> extends org.wildfly.clustering.cache.Locator<String,V>
Factory for immutable session metadata.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.session.ImmutableSessionMetaData
     

    Methods inherited from interface org.wildfly.clustering.cache.Locator

    findValue, findValueAsync, tryValue, tryValueAsync
  • Method Details

    • createImmutableSessionMetaData

      org.wildfly.clustering.session.ImmutableSessionMetaData createImmutableSessionMetaData(String id, V value)