Interface HotRodSessionRepositoryConfiguration

    • Method Detail

      • getUri

        URI getUri()
      • 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()