Interface ImmutableSessionAttributesFactory<V>

Type Parameters:
V - attributes cache entry type
All Superinterfaces:
org.wildfly.clustering.cache.Locator<String,V>
All Known Subinterfaces:
SessionAttributesFactory<C,V>

public interface ImmutableSessionAttributesFactory<V> extends org.wildfly.clustering.cache.Locator<String,V>
Factory for creating ImmutableSessionAttributes objects.
Author:
Paul Ferraro
  • Method Summary

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

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

    findValue, findValueAsync, tryValue, tryValueAsync
  • Method Details

    • createImmutableSessionAttributes

      org.wildfly.clustering.session.ImmutableSessionAttributes createImmutableSessionAttributes(String id, V value)