Interface MessageHandlerFactory


@Internal public interface MessageHandlerFactory
This call is going to be moved away from API into JIRA Mail Plugin. The only reason it's here are that a few dependencies from API need it and these dependencies cannot easily be moved to JIRA Mail Plugin just becasuse ... unit tests which depend on test infrastructure (ugly) unavailable to plugins (i.e. this stuff is in test scope of jira-tests).
  • Method Details

    • getHandler

      @Nullable MessageHandler getHandler(String clazz)
    • getCorrespondingModuleDescriptorKey

      @ExperimentalApi @Nullable String getCorrespondingModuleDescriptorKey(String clazz)