Class NullCallback<T extends BatchCommand<?,​T>>

  • Type Parameters:
    T - type of the BatchCommand
    All Implemented Interfaces:
    CommandCallback<T>

    public class NullCallback<T extends BatchCommand<?,​T>>
    extends java.lang.Object
    implements CommandCallback<T>
    Mock implementation of the CommandCallback interface. Successful command executions are ignored, exceptions are logged.