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

ru.curs.celesta.java.JSessionContext Maven / Gradle / Ivy

There is a newer version: 6.1.12
Show newest version
package ru.curs.celesta.java;

import ru.curs.celesta.SessionContext;

public class JSessionContext extends SessionContext {

    public JSessionContext(String userId, String sessionId) {
        super(userId, sessionId);
    }

    @Override
    protected JCallContext.JCallContextBuilder callContextBuilder() {
        return JCallContext.builder();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy