Interface HotRodSessionRepositoryConfiguration
-
- All Superinterfaces:
SessionRepositoryConfiguration
- All Known Implementing Classes:
HotRodHttpSessionConfiguration,HotRodIndexedHttpSessionConfiguration
public interface HotRodSessionRepositoryConfiguration extends SessionRepositoryConfiguration
Configuration for a session repository whose sessions are persisted to a remote Infinispan cluster accessed via HotRod.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetProperties()StringgetTemplateName()URIgetUri()-
Methods inherited from interface org.wildfly.clustering.web.spring.SessionRepositoryConfiguration
getEventPublisher, getIdentifierFactory, getIndexes, getIndexResolver, getMarshallerFactory, getMaxActiveSessions, getPersistenceStrategy, getServletContext
-
-
-
-
Method Detail
-
getUri
URI getUri()
-
getProperties
Properties getProperties()
-
getTemplateName
String getTemplateName()
-
-