Class MutableHotRodSessionManagementConfiguration
java.lang.Object
org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
org.wildfly.extension.clustering.web.deployment.MutableHotRodSessionManagementConfiguration
- All Implemented Interfaces:
Consumer<String>,Function<String,,String> UnaryOperator<String>,BinaryServiceConfiguration,DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
public class MutableHotRodSessionManagementConfiguration
extends MutableSessionManagementConfiguration
Mutable HotRod session management configuration.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionMutableHotRodSessionManagementConfiguration(UnaryOperator<String> replacer, Consumer<String> accumulator) Constructs a new HotRod session management configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigurationName(String configurationName) voidsetContainerName(String containerName) Methods inherited from class org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
accept, apply, getAttributePersistenceStrategy, getMarshallerFactory, getRouteLocatorProvider, setMarshallerFactory, setRouteLocatorProvider, setSessionGranularityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.BinaryServiceConfiguration
getName, getServiceDependency, getServiceDependency, resolveServiceName, resolveServiceName, withChildName
-
Constructor Details
-
MutableHotRodSessionManagementConfiguration
public MutableHotRodSessionManagementConfiguration(UnaryOperator<String> replacer, Consumer<String> accumulator) Constructs a new HotRod session management configuration.- Parameters:
replacer- a property replacer
-
-
Method Details
-
getParentName
-
setContainerName
-
getChildName
-
setConfigurationName
-