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 TopicSubscriptionManagerExternalTaskClientBuilderImpl. topicSubscriptionManagerprotected TopicSubscriptionManagerExternalTaskClientImpl. topicSubscriptionManagerMethods in org.camunda.bpm.client.impl that return TopicSubscriptionManager Modifier and Type Method Description TopicSubscriptionManagerExternalTaskClientImpl. 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 TopicSubscriptionManagerTopicSubscriptionBuilderImpl. topicSubscriptionManagerprotected TopicSubscriptionManagerTopicSubscriptionImpl. topicSubscriptionManagerConstructors 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)
-