Class DistributableSessionManagerFactoryServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryServiceConfigurator<C>
All Implemented Interfaces:
Function<SessionManagerFactory<jakarta.servlet.ServletContext,Map<String,Object>,Batch>,io.undertow.servlet.api.SessionManagerFactory>, CapabilityServiceConfigurator, ServiceConfigurator, ServiceNameProvider

public class DistributableSessionManagerFactoryServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> extends SimpleServiceNameProvider implements CapabilityServiceConfigurator, Function<SessionManagerFactory<jakarta.servlet.ServletContext,Map<String,Object>,Batch>,io.undertow.servlet.api.SessionManagerFactory>
Distributable SessionManagerFactory builder for Undertow.
Author:
Paul Ferraro