Class CordaFutureImpl

  • All Implemented Interfaces:
    java.util.concurrent.Future , net.corda.core.concurrent.CordaFuture , net.corda.core.internal.concurrent.OpenFuture , net.corda.core.internal.concurrent.ValueOrException

    @VisibleForTesting() 
    public final class CordaFutureImpl<V extends Object>
     implements Future<V>, OpenFuture<V>
                        

    Unless you really want this particular implementation, use openFuture to make one.