transactionLogHandler));
commandProcessor
.addCommandInterceptor(new ClientTransactionIdCommandInterceptor(
clientTransactionIdStrategy));
commandProcessor
.addCommandInterceptor(new StopwatchCommandInterceptor());
return new BlockingCommandExecutor(commandProcessor);
}