Package io.taktx.client
Class XmlByProcessDefinitionIdConsumer
java.lang.Object
io.taktx.client.XmlByProcessDefinitionIdConsumer
This class is responsible for managing the subscription to external tasks for all process
definitions.
-
Constructor Summary
ConstructorsConstructorDescriptionXmlByProcessDefinitionIdConsumer(io.taktx.util.TaktPropertiesHelper taktPropertiesHelper, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptiongetProcessDefinitionXml(io.taktx.dto.ProcessDefinitionKey processDefinitionKey) voidstop()void
-
Constructor Details
-
XmlByProcessDefinitionIdConsumer
public XmlByProcessDefinitionIdConsumer(io.taktx.util.TaktPropertiesHelper taktPropertiesHelper, Executor executor)
-
-
Method Details
-
subscribeToTopic
public void subscribeToTopic() -
getProcessDefinitionXml
public String getProcessDefinitionXml(io.taktx.dto.ProcessDefinitionKey processDefinitionKey) throws IOException - Throws:
IOException
-
stop
public void stop()
-