Interface WebDeploymentServiceInstallerProvider


public interface WebDeploymentServiceInstallerProvider
Provides service installers for a web deployment.
Author:
Paul Ferraro
  • Method Details

    • getSessionManagerFactoryServiceInstaller

      org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionManagerFactoryServiceInstaller(SessionManagerFactoryConfiguration configuration)
      Returns an installer of a service providing a container-specific session manager factory.
      Parameters:
      configuration - the configuration of the session manager factory
      Returns:
      a number of service configurators
    • getSessionAffinityProviderServiceInstaller

      org.wildfly.subsystem.service.DeploymentServiceInstaller getSessionAffinityProviderServiceInstaller(WebDeploymentConfiguration configuration)
      Returns an installer of a service providing container-specific session affinity logic.
      Parameters:
      configuration - the configuration of the deployment
      Returns:
      a number of service configurators