Interface SessionManagerFactoryProvider<C>
- Type Parameters:
C- the session context type
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
HotRodSessionManagerFactoryProvider,InfinispanSessionManagerFactoryProvider
Provides a session manager factory to the session manager integration test.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription<SC> org.wildfly.clustering.session.SessionManagerFactory<C,SC> createSessionManagerFactory(Supplier<SC> contextFactory) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
createSessionManagerFactory
-