Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcChannelEventUpdate
Packages that use StreamResultOfLnrpcChannelEventUpdate
-
Uses of StreamResultOfLnrpcChannelEventUpdate in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcChannelEventUpdateModifier and TypeMethodDescriptionLightningApi.subscribeChannelEvents()SubscribeChannelEvents creates a uni-directional stream from the server to the client in which any updates relevant to the state of the channels are sent over.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcChannelEventUpdateModifier and TypeMethodDescriptionLightningApi.subscribeChannelEventsWithHttpInfo()SubscribeChannelEvents creates a uni-directional stream from the server to the client in which any updates relevant to the state of the channels are sent over.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcChannelEventUpdateModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribeChannelEventsAsync(ApiCallback<StreamResultOfLnrpcChannelEventUpdate> _callback) SubscribeChannelEvents creates a uni-directional stream from the server to the client in which any updates relevant to the state of the channels are sent over. -
Uses of StreamResultOfLnrpcChannelEventUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcChannelEventUpdateModifier and TypeMethodDescriptionStreamResultOfLnrpcChannelEventUpdate.result(LnrpcChannelEventUpdate result)