Interface CommandMessageHandler

All Superinterfaces:
MessageHandler<CommandMessage<?>>
All Known Implementing Classes:
AggregateAnnotationCommandHandler, AnnotationCommandHandlerAdapter

public interface CommandMessageHandler extends MessageHandler<CommandMessage<?>>
MessageHandler specialization for handlers of Command Messages. Besides handling a message, CommandMessageHandlers also specify which command names they support.
  • Method Details

    • supportedCommandNames

      Set<String> supportedCommandNames()
      Returns the set of command names this handler supports.
      Returns:
      the set of supported command names