Class ProcessDefinitionDeployer
java.lang.Object
io.taktx.client.ProcessDefinitionDeployer
A deployer for process definitions, responsible for parsing BPMN XML and sending the parsed
definitions to a Kafka topic.
-
Method Summary
Modifier and TypeMethodDescriptionio.taktx.dto.ParsedDefinitionsDTOdeployInputStream(String xml) Deploys a BPMN XML string by parsing it and sending the parsed definitions to a Kafka topic.voiddeployResource(String resource)
-
Method Details
-
deployInputStream
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
-