|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlacklistDetectingCallback | |
|---|---|
| org.axonframework.commandhandling.disruptor | |
| Uses of BlacklistDetectingCallback in org.axonframework.commandhandling.disruptor |
|---|
| Methods in org.axonframework.commandhandling.disruptor that return BlacklistDetectingCallback | |
|---|---|
BlacklistDetectingCallback |
CommandHandlingEntry.getCallback()
Returns the CommandCallback instance for the executed command. |
| Methods in org.axonframework.commandhandling.disruptor with parameters of type BlacklistDetectingCallback | |
|---|---|
void |
CommandHandlingEntry.reset(CommandMessage<?> newCommand,
CommandHandler newCommandHandler,
int newInvokerSegmentId,
int newPublisherSegmentId,
int newSerializerSegmentId,
BlacklistDetectingCallback newCallback,
List<CommandHandlerInterceptor> invokerInterceptors,
List<CommandHandlerInterceptor> publisherInterceptors)
Resets this entry, preparing it for use for another command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||