Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greedbell/disruptor-example
Some Examples for LMAX Disruptor
https://github.com/greedbell/disruptor-example
Last synced: about 1 month ago
JSON representation
Some Examples for LMAX Disruptor
- Host: GitHub
- URL: https://github.com/greedbell/disruptor-example
- Owner: greedbell
- License: mit
- Created: 2019-05-30T07:18:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T09:41:33.000Z (over 5 years ago)
- Last Synced: 2024-10-16T08:10:01.993Z (3 months ago)
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# disruptor-example
Some Examples for [LMAX Disruptor](https://github.com/LMAX-Exchange/disruptor)
## Examples
### LongEvent
```bash
$ ./gradlew test --tests LongEventTest.testLongEvent
```### LongWork
```bash
$ ./gradlew test --tests LongWorkTest.testLongWork
```## References
* [Official Examples](https://github.com/LMAX-Exchange/disruptor/tree/master/src/test/java/com/lmax/disruptor/example)