public class MockStorageLinkFactory extends java.lang.Object implements StorageLinkFactory
| Constructor and Description | 
|---|
MockStorageLinkFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isAvailable()  | 
java.util.concurrent.CompletableFuture<StorageApiLink> | 
newLink(io.vertx.core.Vertx vertx,
       HttpClientProvider http,
       java.lang.String remoteIp)  | 
public java.util.concurrent.CompletableFuture<StorageApiLink> newLink(io.vertx.core.Vertx vertx, HttpClientProvider http, java.lang.String remoteIp)
newLink in interface StorageLinkFactorypublic boolean isAvailable()
isAvailable in interface StorageLinkFactoryCopyright © 2023. All Rights Reserved.