Reactor 3.x:是否有节流阀最新操作符(合并)? [英] Reactor 3.x: is there an operator for throttleLatest (conflate)?

查看:83
本文介绍了Reactor 3.x:是否有节流阀最新操作符(合并)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在rx-java 2.x中,有一个名为 throttleLatest 的运算符,它可以根据给定的时间压缩传入的事件:

In rx-java 2.x there is an operator named throttleLatest that conflates incoming events based on a given time:

https://github.com/ReactiveX/RxJava/pull/5979

Reactor 3中是否有类似的运算符? 还是可以通过组合其他运算符来获得相同的行为?

Is there a similar operator in Reactor 3? Or is it possible to get the same behaviour from combining other operators?

推荐答案

否,目前截至反应堆核心3.2.0/3.1.9,尚无此类运算符.

No, currently as of reactor-core 3.2.0/3.1.9 there is no such operator.

这篇关于Reactor 3.x:是否有节流阀最新操作符(合并)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆