Class MethodCommandHandlerDefinition

java.lang.Object
org.axonframework.messaging.commandhandling.annotation.MethodCommandHandlerDefinition
All Implemented Interfaces:
HandlerEnhancerDefinition

public class MethodCommandHandlerDefinition extends Object implements HandlerEnhancerDefinition
Implementation of a HandlerEnhancerDefinition used for CommandHandler annotated methods to wrap a MessageHandlingMember in a CommandHandlingMember instance.

The CommandHandler.commandName() is used to define the CommandHandlingMember.commandName() without any fall back.

Since:
3.0.0
Author:
Allard Buijze
  • Constructor Details

    • MethodCommandHandlerDefinition

      public MethodCommandHandlerDefinition()
  • Method Details