![JAR search and dependency download from the Maven repository](/logo.png)
org.wildfly.clustering.web.undertow.session.DistributableSessionManagerConfiguration Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.web.undertow.session;
import java.util.Map;
import org.wildfly.clustering.ee.Batch;
import org.wildfly.clustering.web.session.SessionManager;
import io.undertow.server.session.SessionListeners;
/**
* @author Paul Ferraro
*/
public interface DistributableSessionManagerConfiguration {
String getDeploymentName();
SessionManager
© 2015 - 2025 Weber Informatics LLC | Privacy Policy