Class MutableHotRodSessionManagementConfiguration

java.lang.Object
org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
org.wildfly.extension.clustering.web.deployment.MutableHotRodSessionManagementConfiguration
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>, RemoteCacheConfiguration, DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>, HotRodSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>

public class MutableHotRodSessionManagementConfiguration extends MutableSessionManagementConfiguration implements HotRodSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
Author:
Paul Ferraro
  • Constructor Details

    • MutableHotRodSessionManagementConfiguration

      public MutableHotRodSessionManagementConfiguration(UnaryOperator<String> replacer)
      Constructs a new HotRod session management configuration.
      Parameters:
      replacer - a property replacer
  • Method Details