Uses of Class
org.camunda.bpm.client.topic.impl.TopicSubscriptionManager
Packages that use TopicSubscriptionManager
-
Uses of TopicSubscriptionManager in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as TopicSubscriptionManagerModifier and TypeFieldDescriptionprotected TopicSubscriptionManager
ExternalTaskClientBuilderImpl.topicSubscriptionManager
protected TopicSubscriptionManager
ExternalTaskClientImpl.topicSubscriptionManager
Methods in org.camunda.bpm.client.impl that return TopicSubscriptionManagerConstructors in org.camunda.bpm.client.impl with parameters of type TopicSubscriptionManagerModifierConstructorDescriptionExternalTaskClientImpl
(TopicSubscriptionManager topicSubscriptionManager) -
Uses of TopicSubscriptionManager in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as TopicSubscriptionManagerModifier and TypeFieldDescriptionprotected TopicSubscriptionManager
TopicSubscriptionBuilderImpl.topicSubscriptionManager
protected TopicSubscriptionManager
TopicSubscriptionImpl.topicSubscriptionManager
Constructors in org.camunda.bpm.client.topic.impl with parameters of type TopicSubscriptionManagerModifierConstructorDescriptionTopicSubscriptionBuilderImpl
(String topicName, TopicSubscriptionManager topicSubscriptionManager) TopicSubscriptionImpl
(String topicName, Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, List<String> variableNames, String businessKey)