public interface HotRodSessionRepositoryConfiguration
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationEventPublisher |
getEventPublisher() |
Supplier<String> |
getIdentifierFactory() |
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> |
getMarshallerFactory() |
Integer |
getMaxActiveSessions() |
org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy |
getPersistenceStrategy() |
Properties |
getProperties() |
javax.servlet.ServletContext |
getServletContext() |
String |
getTemplateName() |
Properties getProperties()
String getTemplateName()
Integer getMaxActiveSessions()
org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getPersistenceStrategy()
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
org.springframework.context.ApplicationEventPublisher getEventPublisher()
javax.servlet.ServletContext getServletContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.