Class ProcessDefinitionDeployer

java.lang.Object
io.taktx.client.ProcessDefinitionDeployer

public class ProcessDefinitionDeployer extends Object
A deployer for process definitions, responsible for parsing BPMN XML and sending the parsed definitions to a Kafka topic.
  • Method Details

    • deployInputStream

      public io.taktx.dto.ParsedDefinitionsDTO deployInputStream(String xml)
      Deploys a BPMN XML string by parsing it and sending the parsed definitions to a Kafka topic.
      Parameters:
      xml - the BPMN XML string to deploy
      Returns:
      the ParsedDefinitionsDTO containing the parsed definitions
    • deployResource

      public void deployResource(String resource)