Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcGraphTopologyUpdate
Packages that use StreamResultOfLnrpcGraphTopologyUpdate
-
Uses of StreamResultOfLnrpcGraphTopologyUpdate in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionLightningApi.subscribeChannelGraph()SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionLightningApi.subscribeChannelGraphWithHttpInfo()SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribeChannelGraphAsync(ApiCallback<StreamResultOfLnrpcGraphTopologyUpdate> _callback) SubscribeChannelGraph launches a streaming RPC that allows the caller to receive notifications upon any changes to the channel graph topology from the point of view of the responding node. -
Uses of StreamResultOfLnrpcGraphTopologyUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionStreamResultOfLnrpcGraphTopologyUpdate.result(LnrpcGraphTopologyUpdate result)