By wrapping disruptor in an ExecutorService to facilitate micro-benchmarking against Java standard library.
The benchmark details can be found in ExecutorServiceBenchmark.
Executors.newSingleThreadExecutor(): 1438 evt/ms
ExecutorServiceConcLinQ (by ConcurrentLinkedQueue): 2352 evt/ms
ExecutorServiceDisruptor (by Disruptor): 9708 evt/ms