/disruptor-examples

Example usage of the Disruptor API

Primary LanguageJava

LMAX Disruptor Examples

Simple Gradle project to show example usages of the Disruptor library.

There are two simple examples (which were not originally developed by me):

Main changes introduced by myself (@rsenna):

  • Use gradle 3.1.
  • Upgrade Disruptor to the last available version (3.3.6).
  • Use Lombok project.
  • Many refactors in order to make the examples better designed/easier to understand (IMHO).