Package com.soulfiremc.grpc.generated
Class ServerServiceGrpc.ServerServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<ServerServiceGrpc.ServerServiceFutureStub>
io.grpc.stub.AbstractFutureStub<ServerServiceGrpc.ServerServiceFutureStub>
com.soulfiremc.grpc.generated.ServerServiceGrpc.ServerServiceFutureStub
- Enclosing class:
ServerServiceGrpc
public static final class ServerServiceGrpc.ServerServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ServerServiceGrpc.ServerServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ServerService.
-
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
<ServerInfoResponse> getServerInfo
(ServerInfoRequest request) com.google.common.util.concurrent.ListenableFuture
<ServerUpdateConfigResponse> 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 ServerServiceGrpc.ServerServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ServerServiceGrpc.ServerServiceFutureStub>
-
getServerInfo
public com.google.common.util.concurrent.ListenableFuture<ServerInfoResponse> getServerInfo(ServerInfoRequest request) -
updateServerConfig
public com.google.common.util.concurrent.ListenableFuture<ServerUpdateConfigResponse> updateServerConfig(ServerUpdateConfigRequest request)
-