CommandSubscriberForCommandLog Implementation of CommandSubscriber responsible for persisting the Command as a CommandLogEntry . API CommandSubscriberForCommandLog.java class CommandSubscriberForCommandLog { boolean isEnabled() void onReady(Command command) void onStarted(Command command) void onCompleted(Command command) }