Uses of Interface
org.axonframework.messaging.commandhandling.gateway.CommandDispatcher
Packages that use CommandDispatcher
Package
Description
-
Uses of CommandDispatcher in org.axonframework.messaging.commandhandling.annotation
Methods in org.axonframework.messaging.commandhandling.annotation that return types with arguments of type CommandDispatcherModifier and TypeMethodDescriptionCommandDispatcherParameterResolverFactory.createInstance(Executable executable, Parameter[] parameters, int parameterIndex) -
Uses of CommandDispatcher in org.axonframework.messaging.commandhandling.gateway
Classes in org.axonframework.messaging.commandhandling.gateway that implement CommandDispatcherModifier and TypeClassDescriptionclassMethods in org.axonframework.messaging.commandhandling.gateway that return CommandDispatcherModifier and TypeMethodDescriptionstatic CommandDispatcherCommandDispatcher.forContext(ProcessingContext context) Creates a dispatcher for the givenProcessingContext.