Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcCustomMessage
Packages that use StreamResultOfLnrpcCustomMessage
-
Uses of StreamResultOfLnrpcCustomMessage in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcCustomMessageModifier and TypeMethodDescriptionLightningApi.subscribeCustomMessages()lncli: `subscribecustom` SubscribeCustomMessages subscribes to a stream of incoming custom peer messages.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcCustomMessageModifier and TypeMethodDescriptionLightningApi.subscribeCustomMessagesWithHttpInfo()lncli: `subscribecustom` SubscribeCustomMessages subscribes to a stream of incoming custom peer messages.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcCustomMessageModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribeCustomMessagesAsync(ApiCallback<StreamResultOfLnrpcCustomMessage> _callback) lncli: `subscribecustom` SubscribeCustomMessages subscribes to a stream of incoming custom peer messages. -
Uses of StreamResultOfLnrpcCustomMessage in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcCustomMessageModifier and TypeMethodDescriptionStreamResultOfLnrpcCustomMessage.result(LnrpcCustomMessage result)