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(java.lang.String topicName, TopicSubscriptionManager topicSubscriptionManager)TopicSubscriptionImpl(java.lang.String topicName, java.lang.Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, java.util.List<java.lang.String> variableNames, java.lang.String businessKey)
-