You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by UBIK LOAD PACK Support <su...@ubikloadpack.com> on 2017/03/02 10:07:01 UTC

Using RX Java for Summariser (and possibly other places)

Hello,
It might be interesting to look into using this library to better manager
listeners like Summariser and even all GUI related listeners related to
Bugzilla 60687  (see SwingScheduler.instance() in Readme):

   - http://www.vogella.com/tutorials/RxJava/article.html
   - https://github.com/ReactiveX/RxJava


Regards

Re: Using RX Java for Summariser (and possibly other places)

Posted by Vladimir Sitnikov <si...@gmail.com>.
This might be relevant regarding Rx + Swing:
https://github.com/Petikoch/Java_MVVM_with_Swing_and_RxJava_Examples (+
https://www.youtube.com/watch?v=wjZ6xJkWD-U )

On the other side, I'm not sure if Rx suits for aggregation data from
multiple threads producing SampleResults.

Vladimir

чт, 2 мар. 2017 г. в 13:07, UBIK LOAD PACK Support <support@ubikloadpack.com
>:

Hello,
It might be interesting to look into using this library to better manager
listeners like Summariser and even all GUI related listeners related to
Bugzilla 60687  (see SwingScheduler.instance() in Readme):

   - http://www.vogella.com/tutorials/RxJava/article.html
   - https://github.com/ReactiveX/RxJava


Regards