public class RunDisruptorCommandBus
extends Object
Setting up the basic ToDoItem sample with a disruptor command and event bus and a file based event store. The
configuration takes place using spring. We use annotations to find the command and event handlers.