Package com.soulfiremc.grpc.generated
Class ScriptServiceGrpc.ScriptServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceFutureStub>
io.grpc.stub.AbstractFutureStub<ScriptServiceGrpc.ScriptServiceFutureStub>
com.soulfiremc.grpc.generated.ScriptServiceGrpc.ScriptServiceFutureStub
- Enclosing class:
ScriptServiceGrpc
public static final class ScriptServiceGrpc.ScriptServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ScriptServiceGrpc.ScriptServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ScriptService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture
<CreateScriptResponse> createScript
(CreateScriptRequest request) com.google.common.util.concurrent.ListenableFuture
<DeleteScriptResponse> deleteScript
(DeleteScriptRequest request) com.google.common.util.concurrent.ListenableFuture
<ScriptListResponse> listScripts
(ScriptListRequest request) com.google.common.util.concurrent.ListenableFuture
<RestartScriptResponse> restartScript
(RestartScriptRequest request) com.google.common.util.concurrent.ListenableFuture
<UpdateScriptResponse> updateScript
(UpdateScriptRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ScriptServiceGrpc.ScriptServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceFutureStub>
-
createScript
public com.google.common.util.concurrent.ListenableFuture<CreateScriptResponse> createScript(CreateScriptRequest request) -
deleteScript
public com.google.common.util.concurrent.ListenableFuture<DeleteScriptResponse> deleteScript(DeleteScriptRequest request) -
restartScript
public com.google.common.util.concurrent.ListenableFuture<RestartScriptResponse> restartScript(RestartScriptRequest request) -
updateScript
public com.google.common.util.concurrent.ListenableFuture<UpdateScriptResponse> updateScript(UpdateScriptRequest request) -
listScripts
public com.google.common.util.concurrent.ListenableFuture<ScriptListResponse> listScripts(ScriptListRequest request)
-