The simplest and actual example code of LMAX Disruptor

心已入冬 提交于 2019-12-02 16:48:40

you can see the example here.

http://code.google.com/p/disruptor/wiki/CodeExampleDisruptor2x

I have done a simple example by using the above wiki. hope this helps you.

Here is a simple, runnable, example of how to use the Disruptor library. Example is written in Java using version 2.10.4 of the Disruptor library.

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

There is an official sample application on github now: Getting-Started

Sharing an example with multiple publishers and chained handlers, this uses their latest available dsl api format http://vijayrc.com/vectorclocks/post/thread3

Rohit Sachan

I have shared example here, I hope it helps.

This question might be duplicate of

Disruptor helloworld example

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!