Package io.sbp.grpc
Class ServiceGrpc
java.lang.Object
io.sbp.grpc.ServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.58.1)",
comments="Source: sbp.proto")
public final class ServiceGrpc
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service Service.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Service.static class
Base class for the server implementation of the service Service.static final class
A stub to allow clients to do asynchronous rpc calls to service Service. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(ServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<MessageLatenciesRecord,
com.google.protobuf.Empty> static io.grpc.MethodDescriptor<ClientID,
com.google.protobuf.Empty> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
Config> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
Version> static io.grpc.MethodDescriptor<Version,
com.google.protobuf.BoolValue> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ServiceGrpc.ServiceStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetVersionMethod
-
getIsVersionSupportedMethod
public static io.grpc.MethodDescriptor<Version,com.google.protobuf.BoolValue> getIsVersionSupportedMethod() -
getGetConfigMethod
-
getRegisterClientMethod
-
getAddLatenciesRecordMethod
public static io.grpc.MethodDescriptor<MessageLatenciesRecord,com.google.protobuf.Empty> getAddLatenciesRecordMethod() -
getCloseClientMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-