CommandLogger

Simple implementation of CommandSubscriber that just logs out the Command 's Command#getCommandDto() DTO to a debug log.

API

CommandLogger.java
class CommandLogger {
  boolean isEnabled()
  void onReady(Command command)
  void onStarted(Command command)
  void onCompleted(Command command)
}