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

org.sfm.datastax.UninterruptibleFuture Maven / Gradle / Ivy

There is a newer version: 8.2.3
Show newest version
package org.sfm.datastax;

import com.google.common.util.concurrent.ListenableFuture;


public interface UninterruptibleFuture extends ListenableFuture {
    T getUninterruptibly();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy