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

org.bigraphs.spring.data.cdo.CdoSessionProvider Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
package org.bigraphs.spring.data.cdo;

import org.bigraphs.spring.data.cdo.config.CdoClientSessionOptions;

/**
 * @author Dominik Grzelak
 */
@FunctionalInterface
public interface CdoSessionProvider {
    /**
     * Obtain a {@link CdoClientSession} with the given options.
     *
     * @param options
     * @return
     */
    CdoClientSession getSession(CdoClientSessionOptions options);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy