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> -
Method Summary
Modifier and TypeMethodDescriptionprotected ScriptServiceGrpc.ScriptServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcreateScript(CreateScriptRequest request, io.grpc.stub.StreamObserver<CreateScriptResponse> responseObserver) voiddeleteScript(DeleteScriptRequest request, io.grpc.stub.StreamObserver<DeleteScriptResponse> responseObserver) voidlistScripts(ScriptListRequest request, io.grpc.stub.StreamObserver<ScriptListResponse> responseObserver) voidrestartScript(RestartScriptRequest request, io.grpc.stub.StreamObserver<RestartScriptResponse> responseObserver) voidupdateScript(UpdateScriptRequest request, io.grpc.stub.StreamObserver<UpdateScriptResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods 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:
buildin 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)
-