Class AbstractMessageEventDefinitionBuilder<B extends AbstractMessageEventDefinitionBuilder<B>>

    • Method Detail

      • message

        public B message​(java.lang.String message)
        Sets the message attribute.
        Parameters:
        message - the message for the message event definition
        Returns:
        the builder object
      • camundaTopic

        public B camundaTopic​(java.lang.String camundaTopic)
        Sets the camunda topic attribute. This is only meaningful when the camundaType(String) attribute has the value external.
        Parameters:
        camundaTopic - the topic to set
        Returns:
        the builder object
      • camundaType

        public B camundaType​(java.lang.String camundaType)
        Sets the camunda type attribute.
        Parameters:
        camundaType - the type of the service task
        Returns:
        the builder object
      • camundaTaskPriority

        public B camundaTaskPriority​(java.lang.String taskPriority)
        Sets the camunda task priority attribute. This is only meaningful when the camundaType(String) attribute has the value external.
        Parameters:
        taskPriority - the priority for the external task
        Returns:
        the builder object
      • messageEventDefinitionDone

        public <T extends AbstractFlowNodeBuilder> T messageEventDefinitionDone()
        Finishes the building of a message event definition.
        Type Parameters:
        T -
        Returns:
        the parent event builder