| 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(org.axonframework.commandhandling.CommandMessage<?> newCommand,
org.axonframework.messaging.MessageHandler<? super org.axonframework.commandhandling.CommandMessage<?>> newCommandHandler,
int newInvokerSegmentId,
int newPublisherSegmentId,
BlacklistDetectingCallback<?,?> newCallback,
List<org.axonframework.messaging.MessageHandlerInterceptor<? super org.axonframework.commandhandling.CommandMessage<?>>> invokerInterceptors,
List<org.axonframework.messaging.MessageHandlerInterceptor<? super org.axonframework.commandhandling.CommandMessage<?>>> publisherInterceptors)
Resets this entry, preparing it for use for another command.
|
void |
CommandHandlingEntry.resetAsCallable(Callable<Object> callable,
int newInvokerSegmentId,
int newPublisherSegmentId,
BlacklistDetectingCallback<Object,Object> newCallback)
Resets this entry, preparing it to run given
callable from within the invocationInterceptorChain. |
Copyright © 2010–2022. All rights reserved.