com.instaclustr.cassandra.CassandraInteraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Common classes and utilities integrated with various projects
package com.instaclustr.cassandra;
public interface CassandraInteraction {
T act() throws Exception;
}