public abstract static class DevGrpc.DevImplBase
extends java.lang.Object
implements io.grpc.BindableService
Constructor and Description |
---|
DevImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
importGraph(LightningApi.ChannelGraph request,
io.grpc.stub.StreamObserver<DevOuterClass.ImportGraphResponse> responseObserver)
ImportGraph imports a ChannelGraph into the graph database.
|
public void importGraph(LightningApi.ChannelGraph request, io.grpc.stub.StreamObserver<DevOuterClass.ImportGraphResponse> responseObserver)
ImportGraph imports a ChannelGraph into the graph database. Should only be used for development.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService