All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.clustering.session.cache.ContextualSession Maven / Gradle / Ivy

There is a newer version: 5.0.7.Final
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.wildfly.clustering.session.cache;

import org.wildfly.clustering.server.context.Contextual;
import org.wildfly.clustering.session.Session;

/**
 * A completable session.
 * @author Paul Ferraro
 */
public interface ContextualSession extends Contextual, Session {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy