Interface HotRodSessionManagementConfiguration<M>
-
- All Superinterfaces:
DistributableSessionManagementConfiguration<M>,RemoteCacheConfiguration
- All Known Implementing Classes:
HotRodSessionManagementServiceConfigurator,MutableHotRodSessionManagementConfiguration
public interface HotRodSessionManagementConfiguration<M> extends DistributableSessionManagementConfiguration<M>, RemoteCacheConfiguration
Configuration of anHotRodSessionManagementProvider.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetExpirationThreadPoolSize()Returns the size of the thread pool used for processing expiration events from the remote Infinispan cluster.-
Methods inherited from interface org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration
getAttributePersistenceStrategy, getMarshallerFactory
-
Methods inherited from interface org.wildfly.clustering.ee.hotrod.RemoteCacheConfiguration
getConfigurationName, getContainerName
-
-