Disruptor helloworld的例子

Fel*_*lix 7 java disruptor-pattern

我想学习Disruptor框架.谁可以给我一个helloworld示例,可以使用Java程序语言在main方法中运行?

Tre*_*ard 12

这是一个如何使用Disruptor库的简单,可运行的示例.示例使用Disruptor库的2.10.4版编写.

https://github.com/trevorbernard/disruptor-examples

我也在这个帖子上交叉发布:LMAX Disruptor最简单实际的示例代码

  • 官方演示:) https://github.com/LMAX-Exchange/disruptor/wiki/Getting-Started (2认同)