Class CommandDispatcherParameterResolverFactory

java.lang.Object
org.axonframework.messaging.commandhandling.annotation.CommandDispatcherParameterResolverFactory
All Implemented Interfaces:
ParameterResolverFactory

@Internal public class CommandDispatcherParameterResolverFactory extends Object implements ParameterResolverFactory
ParameterResolverFactory that ensures the CommandDispatcher is resolved in the context of the current ProcessingContext.

For any message handler that declares this parameter, it will call CommandDispatcher.forContext(ProcessingContext) to create the appender.

Since:
5.0.0
Author:
Steven van Beelen
  • Constructor Details

    • CommandDispatcherParameterResolverFactory

      public CommandDispatcherParameterResolverFactory()
  • Method Details