Interface ImmutableSessionAttributesFactory<V>

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

    public interface ImmutableSessionAttributesFactory<V>
    extends org.wildfly.clustering.ee.Locator<String,​V>
    Factory for creating ImmutableSessionAttributes objects.
    Author:
    Paul Ferraro