| Package | Description | 
|---|---|
| org.axonframework.commandhandling.disruptor | 
| Modifier and Type | Method and Description | 
|---|---|
BlacklistDetectingCallback | 
CommandHandlingEntry.getCallback()
Returns the CommandCallback instance for the executed command. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandHandlingEntry.reset(CommandMessage<?> newCommand,
     MessageHandler<? super CommandMessage<?>> newCommandHandler,
     int newInvokerSegmentId,
     int newPublisherSegmentId,
     BlacklistDetectingCallback newCallback,
     List<MessageHandlerInterceptor<? super CommandMessage<?>>> invokerInterceptors,
     List<MessageHandlerInterceptor<? super CommandMessage<?>>> publisherInterceptors)
Resets this entry, preparing it for use for another command. 
 | 
Copyright © 2010–2017. All rights reserved.