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 StorageLinkFactory
public boolean isAvailable()
isAvailable
in interface StorageLinkFactory
Copyright © 2021. All Rights Reserved.