Uses of Interface
io.vertx.core.Completable
-
-
Uses of Completable in io.vertx.config.vault.client
Methods in io.vertx.config.vault.client with parameters of type Completable Modifier and Type Method Description voidSlimVaultClient. createToken(TokenRequest tokenRequest, Completable<Auth> resultHandler)Creates a new token.voidSlimVaultClient. delete(String path, Completable<Void> resultHandler)Deletes a secret from `path`.voidSlimVaultClient. list(String path, Completable<List<String>> resultHandler)Lists secrets from path (children).voidSlimVaultClient. loginWithAppRole(String roleId, String secretId, Completable<Auth> resultHandler)Logs in against the `AppRole` backend.voidSlimVaultClient. loginWithCert(Completable<Auth> resultHandler)Logs in against the `Cert` backend.voidSlimVaultClient. loginWithUserCredentials(String username, String password, Completable<Auth> resultHandler)Logs in against the `userpass` backend.voidSlimVaultClient. lookupSelf(Completable<Lookup> resultHandler)Looks up for the current token metadata.voidSlimVaultClient. read(String path, Completable<Secret> responseHandler)Reads a secret from `path`.voidSlimVaultClient. renewSelf(long leaseDurationInSecond, Completable<Auth> resultHandler)Renews the current token.voidSlimVaultClient. write(String path, JsonObject secrets, Completable<Secret> resultHandler)Write a secret to `path`. -
Uses of Completable in io.vertx.core
Subinterfaces of Completable in io.vertx.core Modifier and Type Interface Description interfacePromise<T>Represents the writable side of an action that may, or may not, have occurred yet.Methods in io.vertx.core with parameters of type Completable Modifier and Type Method Description default Future<T>Future. andThen(Completable<? super T> handler)Invokes the givenhandlerupon completion.default Future<T>Future. onComplete(Completable<? super T> handler)Add handlers to be notified on succeeded result and failed result. -
Uses of Completable in io.vertx.ext.bridge
Subinterfaces of Completable in io.vertx.ext.bridge Modifier and Type Interface Description interfaceBaseBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Completable in io.vertx.ext.eventbus.bridge.tcp
Subinterfaces of Completable in io.vertx.ext.eventbus.bridge.tcp Modifier and Type Interface Description interfaceBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Completable in io.vertx.ext.web.handler.graphql.ws
Subinterfaces of Completable in io.vertx.ext.web.handler.graphql.ws Modifier and Type Interface Description interfaceConnectionInitEvent -
Uses of Completable in io.vertx.ext.web.handler.sockjs
Subinterfaces of Completable in io.vertx.ext.web.handler.sockjs Modifier and Type Interface Description interfaceBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Completable in io.vertx.grpc
Methods in io.vertx.grpc with parameters of type Completable Modifier and Type Method Description VertxServerVertxServer. start(Completable<Void> completionHandler)
-