Uses of Class
org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
-
Packages that use TopicSubscriptionManager Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.topic.impl -
-
Uses of TopicSubscriptionManager in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as TopicSubscriptionManager Modifier and Type Field Description protected TopicSubscriptionManager
ExternalTaskClientBuilderImpl. topicSubscriptionManager
protected TopicSubscriptionManager
ExternalTaskClientImpl. topicSubscriptionManager
Methods in org.camunda.bpm.client.impl that return TopicSubscriptionManager Modifier and Type Method Description TopicSubscriptionManager
ExternalTaskClientImpl. getTopicSubscriptionManager()
Constructors in org.camunda.bpm.client.impl with parameters of type TopicSubscriptionManager Constructor Description ExternalTaskClientImpl(TopicSubscriptionManager topicSubscriptionManager)
-
Uses of TopicSubscriptionManager in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as TopicSubscriptionManager Modifier and Type Field Description protected TopicSubscriptionManager
TopicSubscriptionBuilderImpl. topicSubscriptionManager
protected TopicSubscriptionManager
TopicSubscriptionImpl. topicSubscriptionManager
Constructors in org.camunda.bpm.client.topic.impl with parameters of type TopicSubscriptionManager Constructor Description TopicSubscriptionBuilderImpl(String topicName, TopicSubscriptionManager topicSubscriptionManager)
TopicSubscriptionImpl(String topicName, Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, List<String> variableNames, String businessKey)
-