@Generated(value="by gRPC proto compiler (version 1.58.0)",
comments="Source: dev.proto")
public final class DevGrpc
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
DevGrpc.AsyncService |
static class |
DevGrpc.DevBlockingStub
A stub to allow clients to do synchronous rpc calls to service Dev.
|
static class |
DevGrpc.DevFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Dev.
|
static class |
DevGrpc.DevImplBase
Base class for the server implementation of the service Dev.
|
static class |
DevGrpc.DevStub
A stub to allow clients to do asynchronous rpc calls to service Dev.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(DevGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<LightningApi.ChannelGraph,DevOuterClass.ImportGraphResponse> |
getImportGraphMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static DevGrpc.DevBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DevGrpc.DevFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DevGrpc.DevStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<LightningApi.ChannelGraph,DevOuterClass.ImportGraphResponse> getImportGraphMethod()
public static DevGrpc.DevStub newStub(io.grpc.Channel channel)
public static DevGrpc.DevBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DevGrpc.DevFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(DevGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()