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

com.instaclustr.cassandra.service.CqlSessionService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.instaclustr.cassandra.service;

import com.datastax.oss.driver.api.core.CqlSession;
import com.instaclustr.operations.FunctionWithEx;

public interface CqlSessionService {

    CqlSession getCqlSession();

     T doWithCqlSession(final FunctionWithEx func) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy