Uses of Class
org.axonframework.commandhandling.distributed.CommandCallbackWrapper
Packages that use CommandCallbackWrapper
-
Uses of CommandCallbackWrapper in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return CommandCallbackWrapperModifier and TypeMethodDescription<E,C, R> CommandCallbackWrapper <E, C, R> CommandCallbackRepository.fetchAndRemove(String callbackId) Fetches and removes a callback.Methods in org.axonframework.commandhandling.distributed that return types with arguments of type CommandCallbackWrapperModifier and TypeMethodDescriptionprotected Map<String, CommandCallbackWrapper> CommandCallbackRepository.callbacks()Returns the callbacks mapped by callback identifier.CommandCallbackRepository.cancelCallbacksForChannel(A channelId) Removes all callbacks for a given channel.Methods in org.axonframework.commandhandling.distributed with parameters of type CommandCallbackWrapperModifier and TypeMethodDescription<E,C, R> void CommandCallbackRepository.store(String callbackId, CommandCallbackWrapper<E, C, R> commandCallbackWrapper) Stores a callback