Interface SessionManagerFactoryProvider<C>

Type Parameters:
C - the session context type
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
HotRodSessionManagerFactoryProvider, InfinispanSessionManagerFactoryProvider

public interface SessionManagerFactoryProvider<C> extends AutoCloseable
Provides a session manager factory to the session manager integration test.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    <SC> org.wildfly.clustering.session.SessionManagerFactory<C,SC>
     

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • createSessionManagerFactory

      <SC> org.wildfly.clustering.session.SessionManagerFactory<C,SC> createSessionManagerFactory(Supplier<SC> contextFactory)