Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcPeerEvent
Packages that use StreamResultOfLnrpcPeerEvent
-
Uses of StreamResultOfLnrpcPeerEvent in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcPeerEventModifier and TypeMethodDescriptionLightningApi.subscribePeerEvents()SubscribePeerEvents creates a uni-directional stream from the server to the client in which any events relevant to the state of peers are sent over.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcPeerEventModifier and TypeMethodDescriptionLightningApi.subscribePeerEventsWithHttpInfo()SubscribePeerEvents creates a uni-directional stream from the server to the client in which any events relevant to the state of peers are sent over.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcPeerEventModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribePeerEventsAsync(ApiCallback<StreamResultOfLnrpcPeerEvent> _callback) SubscribePeerEvents creates a uni-directional stream from the server to the client in which any events relevant to the state of peers are sent over. -
Uses of StreamResultOfLnrpcPeerEvent in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcPeerEvent