Interface HotRodSessionRepositoryConfiguration
-
- All Known Implementing Classes:
HotRodHttpSessionConfiguration
public interface HotRodSessionRepositoryConfiguration- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.context.ApplicationEventPublishergetEventPublisher()Supplier<String>getIdentifierFactory()Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>getMarshallerFactory()IntegergetMaxActiveSessions()org.wildfly.clustering.web.session.SessionAttributePersistenceStrategygetPersistenceStrategy()PropertiesgetProperties()javax.servlet.ServletContextgetServletContext()StringgetTemplateName()URIgetUri()
-
-
-
Method Detail
-
getUri
URI getUri()
-
getProperties
Properties getProperties()
-
getTemplateName
String getTemplateName()
-
getMaxActiveSessions
Integer getMaxActiveSessions()
-
getPersistenceStrategy
org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getPersistenceStrategy()
-
getMarshallerFactory
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
-
getEventPublisher
org.springframework.context.ApplicationEventPublisher getEventPublisher()
-
getServletContext
javax.servlet.ServletContext getServletContext()
-
-