Class MutableSessionManagementConfiguration

java.lang.Object
org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
All Implemented Interfaces:
Consumer<String>, Function<String,String>, UnaryOperator<String>, BinaryServiceConfiguration, DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
Direct Known Subclasses:
MutableHotRodSessionManagementConfiguration, MutableInfinispanSessionManagementConfiguration

public abstract class MutableSessionManagementConfiguration extends Object implements DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>, UnaryOperator<String>, Consumer<String>, BinaryServiceConfiguration
A mutable session management configuration.
Author:
Paul Ferraro