com.instaclustr.cassandra.service.CassandraConfigReader 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.service;
import java.io.StringReader;
public interface CassandraConfigReader {
StringReader getSecretReader();
StringReader getConfigMapReader();
}