Uses of Class
org.axonframework.disruptor.commandhandling.BlacklistDetectingCallback
Packages that use BlacklistDetectingCallback
-
Uses of BlacklistDetectingCallback in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling that return BlacklistDetectingCallbackModifier and TypeMethodDescriptionCommandHandlingEntry.getCallback()Returns the CommandCallback instance for the executed command.Methods in org.axonframework.disruptor.commandhandling with parameters of type BlacklistDetectingCallbackModifier and TypeMethodDescriptionvoidCommandHandlingEntry.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.voidCommandHandlingEntry.resetAsCallable(Callable<Object> callable, int newInvokerSegmentId, int newPublisherSegmentId, BlacklistDetectingCallback<Object, Object> newCallback) Resets this entry, preparing it to run givencallablefrom within theinvocationInterceptorChain.