Package xyz.block.ftl.v1
Class AdminServiceGrpc.AdminServiceFutureStub
-
- All Implemented Interfaces:
public final class AdminServiceGrpc.AdminServiceFutureStub extends AbstractFutureStub<S>A stub to allow clients to do ListenableFuture-style rpc calls to service AdminService.
AdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description ListenableFuture<PingResponse>ping(PingRequest request)ListenableFuture<ListConfigResponse>configList(ListConfigRequest request)List configuration.ListenableFuture<GetConfigResponse>configGet(GetConfigRequest request)Get a config value.ListenableFuture<SetConfigResponse>configSet(SetConfigRequest request)Set a config value.ListenableFuture<UnsetConfigResponse>configUnset(UnsetConfigRequest request)Unset a config value.ListenableFuture<ListSecretsResponse>secretsList(ListSecretsRequest request)List secrets.ListenableFuture<GetSecretResponse>secretGet(GetSecretRequest request)Get a secret.ListenableFuture<SetSecretResponse>secretSet(SetSecretRequest request)Set a secret.ListenableFuture<UnsetSecretResponse>secretUnset(UnsetSecretRequest request)Unset a secret.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
ListenableFuture<PingResponse> ping(PingRequest request)
-
configList
ListenableFuture<ListConfigResponse> configList(ListConfigRequest request)
List configuration.
-
configGet
ListenableFuture<GetConfigResponse> configGet(GetConfigRequest request)
Get a config value.
-
configSet
ListenableFuture<SetConfigResponse> configSet(SetConfigRequest request)
Set a config value.
-
configUnset
ListenableFuture<UnsetConfigResponse> configUnset(UnsetConfigRequest request)
Unset a config value.
-
secretsList
ListenableFuture<ListSecretsResponse> secretsList(ListSecretsRequest request)
List secrets.
-
secretGet
ListenableFuture<GetSecretResponse> secretGet(GetSecretRequest request)
Get a secret.
-
secretSet
ListenableFuture<SetSecretResponse> secretSet(SetSecretRequest request)
Set a secret.
-
secretUnset
ListenableFuture<UnsetSecretResponse> secretUnset(UnsetSecretRequest request)
Unset a secret.
-
-
-
-