public static interface CassandraService.Writer<T>
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
write(T entity)
This method should be synchronous.
|
void write(T entity) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.lang.InterruptedException