Class HotRodSessionManagerFactoryProvider<C>
java.lang.Object
org.wildfly.clustering.server.AutoCloseableProvider
org.wildfly.clustering.session.infinispan.remote.HotRodSessionManagerFactoryProvider<C>
- Type Parameters:
C- the session manager context type
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,SessionManagerFactoryProvider<C>
public class HotRodSessionManagerFactoryProvider<C>
extends org.wildfly.clustering.server.AutoCloseableProvider
implements SessionManagerFactoryProvider<C>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionHotRodSessionManagerFactoryProvider(HotRodSessionManagerParameters parameters, String memberName) -
Method Summary
Modifier and TypeMethodDescription<SC> org.wildfly.clustering.session.SessionManagerFactory<C, SC> createSessionManagerFactory(Supplier<SC> contextFactory) Methods inherited from class org.wildfly.clustering.server.AutoCloseableProvider
accept, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.AutoCloseable
close
-
Constructor Details
-
HotRodSessionManagerFactoryProvider
public HotRodSessionManagerFactoryProvider(HotRodSessionManagerParameters parameters, String memberName)
-
-
Method Details
-
createSessionManagerFactory
public <SC> org.wildfly.clustering.session.SessionManagerFactory<C,SC> createSessionManagerFactory(Supplier<SC> contextFactory) - Specified by:
createSessionManagerFactoryin interfaceSessionManagerFactoryProvider<C>
-