public interface CommandExecutor
The implementation of this class contains the business logic to execute a command.
Command<T> T execute(Command<T> command) throws Exception
Command and returns the result.
If an retry behavior is specified this will be taken care of by the implementation as well.
command - Exception - If an error occurred while executing.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.