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

java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.wildfly.extension.clustering.web.SessionManagementServiceConfigurator<C>
All Implemented Interfaces:
Supplier<DistributableSessionManagementProvider<C>>, ResourceServiceConfigurator, ServiceConfigurator, ServiceNameProvider, DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
Direct Known Subclasses:
HotRodSessionManagementServiceConfigurator, InfinispanSessionManagementServiceConfigurator

public abstract class SessionManagementServiceConfigurator<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>> extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>, Supplier<DistributableSessionManagementProvider<C>>
Abstract service configurator for session management providers.
Author:
Paul Ferraro