Uses of Class
org.axonframework.messaging.annotation.MultiParameterResolverFactory
Packages that use MultiParameterResolverFactory
-
Uses of MultiParameterResolverFactory in org.axonframework.messaging.annotation
Methods in org.axonframework.messaging.annotation that return MultiParameterResolverFactoryModifier and TypeMethodDescriptionMultiParameterResolverFactory.ordered(List<ParameterResolverFactory> delegates) Creates a MultiParameterResolverFactory instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.MultiParameterResolverFactory.ordered(ParameterResolverFactory... delegates) Creates a MultiParameterResolverFactory instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.