this.isRecoverEntry = false;
this.aggregateIdentifier = null;
this.result = null;
this.exceptionResult = null;
this.unitOfWork = new DisruptorUnitOfWork(transactional);
this.invocationInterceptorChain = new DefaultInterceptorChain(newCommand,
unitOfWork,
newCommandHandler,
invokerInterceptors);
this.publisherInterceptorChain = new DefaultInterceptorChain(newCommand,
unitOfWork,
repeatingCommandHandler,
publisherInterceptors);
}