Package io.grpc.lookup.v1
Class RouteLookupServiceGrpc
- java.lang.Object
-
- io.grpc.lookup.v1.RouteLookupServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.68.1)", comments="Source: rls/src/main/proto/grpc/lookup/v1/rls.proto") public final class RouteLookupServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RouteLookupServiceGrpc.AsyncService
private static class
RouteLookupServiceGrpc.MethodHandlers<Req,Resp>
private static class
RouteLookupServiceGrpc.RouteLookupServiceBaseDescriptorSupplier
static class
RouteLookupServiceGrpc.RouteLookupServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service RouteLookupService.private static class
RouteLookupServiceGrpc.RouteLookupServiceFileDescriptorSupplier
static class
RouteLookupServiceGrpc.RouteLookupServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service RouteLookupService.static class
RouteLookupServiceGrpc.RouteLookupServiceImplBase
Base class for the server implementation of the service RouteLookupService.private static class
RouteLookupServiceGrpc.RouteLookupServiceMethodDescriptorSupplier
static class
RouteLookupServiceGrpc.RouteLookupServiceStub
A stub to allow clients to do asynchronous rpc calls to service RouteLookupService.
-
Field Summary
Fields Modifier and Type Field Description private static MethodDescriptor<RouteLookupRequest,RouteLookupResponse>
getRouteLookupMethod
private static int
METHODID_ROUTE_LOOKUP
static java.lang.String
SERVICE_NAME
private static ServiceDescriptor
serviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description private
RouteLookupServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServerServiceDefinition
bindService(RouteLookupServiceGrpc.AsyncService service)
static MethodDescriptor<RouteLookupRequest,RouteLookupResponse>
getRouteLookupMethod()
static ServiceDescriptor
getServiceDescriptor()
static RouteLookupServiceGrpc.RouteLookupServiceBlockingStub
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RouteLookupServiceGrpc.RouteLookupServiceFutureStub
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RouteLookupServiceGrpc.RouteLookupServiceStub
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
getRouteLookupMethod
private static volatile MethodDescriptor<RouteLookupRequest,RouteLookupResponse> getRouteLookupMethod
-
METHODID_ROUTE_LOOKUP
private static final int METHODID_ROUTE_LOOKUP
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getRouteLookupMethod
public static MethodDescriptor<RouteLookupRequest,RouteLookupResponse> getRouteLookupMethod()
-
newStub
public static RouteLookupServiceGrpc.RouteLookupServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RouteLookupServiceGrpc.RouteLookupServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RouteLookupServiceGrpc.RouteLookupServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final ServerServiceDefinition bindService(RouteLookupServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static ServiceDescriptor getServiceDescriptor()
-
-