Uses of Class
info.bitrich.xchangestream.binance.KlineSubscription
Packages that use KlineSubscription
- 
Uses of KlineSubscription in info.bitrich.xchangestream.binanceMethods in info.bitrich.xchangestream.binance that return KlineSubscriptionMethods in info.bitrich.xchangestream.binance with parameters of type KlineSubscriptionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableBinanceStreamingExchange.connect(KlineSubscription klineSubscription, ProductSubscription... args) protected BinanceStreamingServiceBinanceStreamingExchange.createStreamingService(ProductSubscription subscription, KlineSubscription klineSubscription) voidBinanceStreamingMarketDataService.openSubscriptions(ProductSubscription productSubscription, KlineSubscription klineSubscription) Registers subscriptions with the streaming service for the given products.Constructors in info.bitrich.xchangestream.binance with parameters of type KlineSubscriptionModifierConstructorDescriptionBinanceStreamingService(String baseUri, ProductSubscription productSubscription, KlineSubscription klineSubscription) BinanceStreamingService(String baseUri, ProductSubscription productSubscription, KlineSubscription klineSubscription, int maxFramePayloadLength, Duration connectionTimeout, Duration retryDuration, int idleTimeoutSeconds)