Class SendMessageManagerImpl

java.lang.Object
ru.cg.webbpm.modules.bpmn.core.impl.SendMessageManagerImpl
All Implemented Interfaces:
ProcessConfigurationAware, SendMessageManager

@Component public class SendMessageManagerImpl extends Object implements SendMessageManager, ProcessConfigurationAware
Author:
Tim Urmancheev
  • Constructor Details

    • SendMessageManagerImpl

      public SendMessageManagerImpl()
  • Method Details

    • processConfiguration

      public void processConfiguration(Configuration configuration)
      Description copied from interface: ProcessConfigurationAware
      Задать конфигурацию процессов

      ВНИМАНИЕ: В случае если запущен в режиме hotswap то метод может вызываться несколько раз

      Specified by:
      processConfiguration in interface ProcessConfigurationAware
      Parameters:
      configuration - - конфигурация для запуска
    • getMessageRef

      public String getMessageRef(String elementDefinitionId)
      Specified by:
      getMessageRef in interface SendMessageManager