@Generated(value="by gRPC proto compiler (version 1.61.0)",
comments="Source: invoices.proto")
public final class InvoicesGrpc
extends java.lang.Object
Invoices is a service that can be used to create, accept, settle and cancel invoices.
Modifier and Type | Class and Description |
---|---|
static interface |
InvoicesGrpc.AsyncService
Invoices is a service that can be used to create, accept, settle and cancel
invoices.
|
static class |
InvoicesGrpc.InvoicesBlockingStub
A stub to allow clients to do synchronous rpc calls to service Invoices.
|
static class |
InvoicesGrpc.InvoicesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Invoices.
|
static class |
InvoicesGrpc.InvoicesImplBase
Base class for the server implementation of the service Invoices.
|
static class |
InvoicesGrpc.InvoicesStub
A stub to allow clients to do asynchronous rpc calls to service Invoices.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(InvoicesGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<InvoicesOuterClass.AddHoldInvoiceRequest,InvoicesOuterClass.AddHoldInvoiceResp> |
getAddHoldInvoiceMethod() |
static io.grpc.MethodDescriptor<InvoicesOuterClass.CancelInvoiceMsg,InvoicesOuterClass.CancelInvoiceResp> |
getCancelInvoiceMethod() |
static io.grpc.MethodDescriptor<InvoicesOuterClass.LookupInvoiceMsg,LightningApi.Invoice> |
getLookupInvoiceV2Method() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<InvoicesOuterClass.SettleInvoiceMsg,InvoicesOuterClass.SettleInvoiceResp> |
getSettleInvoiceMethod() |
static io.grpc.MethodDescriptor<InvoicesOuterClass.SubscribeSingleInvoiceRequest,LightningApi.Invoice> |
getSubscribeSingleInvoiceMethod() |
static InvoicesGrpc.InvoicesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static InvoicesGrpc.InvoicesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static InvoicesGrpc.InvoicesStub |
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<InvoicesOuterClass.SubscribeSingleInvoiceRequest,LightningApi.Invoice> getSubscribeSingleInvoiceMethod()
public static io.grpc.MethodDescriptor<InvoicesOuterClass.CancelInvoiceMsg,InvoicesOuterClass.CancelInvoiceResp> getCancelInvoiceMethod()
public static io.grpc.MethodDescriptor<InvoicesOuterClass.AddHoldInvoiceRequest,InvoicesOuterClass.AddHoldInvoiceResp> getAddHoldInvoiceMethod()
public static io.grpc.MethodDescriptor<InvoicesOuterClass.SettleInvoiceMsg,InvoicesOuterClass.SettleInvoiceResp> getSettleInvoiceMethod()
public static io.grpc.MethodDescriptor<InvoicesOuterClass.LookupInvoiceMsg,LightningApi.Invoice> getLookupInvoiceV2Method()
public static InvoicesGrpc.InvoicesStub newStub(io.grpc.Channel channel)
public static InvoicesGrpc.InvoicesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static InvoicesGrpc.InvoicesFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(InvoicesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()