Package com.soulfiremc.grpc.generated
Class ScriptServiceGrpc.ScriptServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceStub>
io.grpc.stub.AbstractAsyncStub<ScriptServiceGrpc.ScriptServiceStub>
com.soulfiremc.grpc.generated.ScriptServiceGrpc.ScriptServiceStub
- Enclosing class:
ScriptServiceGrpc
public static final class ScriptServiceGrpc.ScriptServiceStub
extends io.grpc.stub.AbstractAsyncStub<ScriptServiceGrpc.ScriptServiceStub>
A stub to allow clients to do asynchronous 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 TypeMethodDescriptionprotected ScriptServiceGrpc.ScriptServiceStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
createScript
(CreateScriptRequest request, io.grpc.stub.StreamObserver<CreateScriptResponse> responseObserver) void
deleteScript
(DeleteScriptRequest request, io.grpc.stub.StreamObserver<DeleteScriptResponse> responseObserver) void
listScripts
(ScriptListRequest request, io.grpc.stub.StreamObserver<ScriptListResponse> responseObserver) void
restartScript
(RestartScriptRequest request, io.grpc.stub.StreamObserver<RestartScriptResponse> responseObserver) void
updateScript
(UpdateScriptRequest request, io.grpc.stub.StreamObserver<UpdateScriptResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.ScriptServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceStub>
-
createScript
public void createScript(CreateScriptRequest request, io.grpc.stub.StreamObserver<CreateScriptResponse> responseObserver) -
deleteScript
public void deleteScript(DeleteScriptRequest request, io.grpc.stub.StreamObserver<DeleteScriptResponse> responseObserver) -
restartScript
public void restartScript(RestartScriptRequest request, io.grpc.stub.StreamObserver<RestartScriptResponse> responseObserver) -
updateScript
public void updateScript(UpdateScriptRequest request, io.grpc.stub.StreamObserver<UpdateScriptResponse> responseObserver) -
listScripts
public void listScripts(ScriptListRequest request, io.grpc.stub.StreamObserver<ScriptListResponse> responseObserver)
-