Uses of Class
org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
-
Uses of TopicSubscriptionManager in org.camunda.bpm.client.impl
Modifier and TypeFieldDescriptionprotected TopicSubscriptionManager
ExternalTaskClientBuilderImpl.topicSubscriptionManager
protected TopicSubscriptionManager
ExternalTaskClientImpl.topicSubscriptionManager
ModifierConstructorDescriptionExternalTaskClientImpl
(TopicSubscriptionManager topicSubscriptionManager) -
Uses of TopicSubscriptionManager in org.camunda.bpm.client.topic.impl
Modifier and TypeFieldDescriptionprotected TopicSubscriptionManager
TopicSubscriptionBuilderImpl.topicSubscriptionManager
protected TopicSubscriptionManager
TopicSubscriptionImpl.topicSubscriptionManager
ModifierConstructorDescriptionTopicSubscriptionBuilderImpl
(String topicName, TopicSubscriptionManager topicSubscriptionManager) TopicSubscriptionImpl
(String topicName, Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, List<String> variableNames, String businessKey)