Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcInvoice
Packages that use StreamResultOfLnrpcInvoice
-
Uses of StreamResultOfLnrpcInvoice in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcInvoiceModifier and TypeMethodDescriptionLightningApi.subscribeInvoices(String addIndex, String settleIndex) SubscribeInvoices returns a uni-directional stream (server -> client) for notifying the client of newly added/settled invoices.InvoicesApi.subscribeSingleInvoice(byte[] rHash) SubscribeSingleInvoice returns a uni-directional stream (server -> client) to notify the client of state transitions of the specified invoice.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcInvoiceModifier and TypeMethodDescriptionLightningApi.subscribeInvoicesWithHttpInfo(String addIndex, String settleIndex) SubscribeInvoices returns a uni-directional stream (server -> client) for notifying the client of newly added/settled invoices.InvoicesApi.subscribeSingleInvoiceWithHttpInfo(byte[] rHash) SubscribeSingleInvoice returns a uni-directional stream (server -> client) to notify the client of state transitions of the specified invoice.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcInvoiceModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribeInvoicesAsync(String addIndex, String settleIndex, ApiCallback<StreamResultOfLnrpcInvoice> _callback) SubscribeInvoices returns a uni-directional stream (server -> client) for notifying the client of newly added/settled invoices.okhttp3.CallInvoicesApi.subscribeSingleInvoiceAsync(byte[] rHash, ApiCallback<StreamResultOfLnrpcInvoice> _callback) SubscribeSingleInvoice returns a uni-directional stream (server -> client) to notify the client of state transitions of the specified invoice. -
Uses of StreamResultOfLnrpcInvoice in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcInvoice