Uses of Interface
org.camunda.bpm.client.topic.TopicSubscription
Packages that use TopicSubscription
Package
Description
-
Uses of TopicSubscription in org.camunda.bpm.client.spring
Subinterfaces of TopicSubscription in org.camunda.bpm.client.springModifier and TypeInterfaceDescriptioninterface
Represents a topic subscription of the External Task Client. -
Uses of TopicSubscription in org.camunda.bpm.client.spring.boot.starter.impl
Classes in org.camunda.bpm.client.spring.boot.starter.impl that implement TopicSubscription -
Uses of TopicSubscription in org.camunda.bpm.client.spring.impl.subscription
Classes in org.camunda.bpm.client.spring.impl.subscription that implement TopicSubscriptionFields in org.camunda.bpm.client.spring.impl.subscription declared as TopicSubscriptionModifier and TypeFieldDescriptionprotected TopicSubscription
SpringTopicSubscriptionImpl.topicSubscription
-
Uses of TopicSubscription in org.camunda.bpm.client.topic
Methods in org.camunda.bpm.client.topic that return TopicSubscriptionModifier and TypeMethodDescriptionTopicSubscriptionBuilder.open()
Release the topic subscription for being executed asynchronously -
Uses of TopicSubscription in org.camunda.bpm.client.topic.impl
Classes in org.camunda.bpm.client.topic.impl that implement TopicSubscriptionFields in org.camunda.bpm.client.topic.impl with type parameters of type TopicSubscriptionModifier and TypeFieldDescriptionprotected CopyOnWriteArrayList<TopicSubscription>
TopicSubscriptionManager.subscriptions
Methods in org.camunda.bpm.client.topic.impl that return TopicSubscriptionModifier and TypeMethodDescriptionTopicSubscriptionBuilderImpl.open()
TopicSubscriptionImpl.setProcessDefinitionId
(String processDefinitionId) TopicSubscriptionImpl.setProcessDefinitionIdIn
(List<String> processDefinitionIds) TopicSubscriptionImpl.setProcessDefinitionKey
(String processDefinitionKey) TopicSubscriptionImpl.setProcessDefinitionKeyIn
(List<String> processDefinitionKeys) TopicSubscriptionImpl.setTenantIdIn
(List<String> tenantIds) Methods in org.camunda.bpm.client.topic.impl that return types with arguments of type TopicSubscriptionMethods in org.camunda.bpm.client.topic.impl with parameters of type TopicSubscriptionModifier and TypeMethodDescriptionprotected void
TopicSubscriptionManager.prepareAcquisition
(TopicSubscription subscription) protected void
TopicSubscriptionManager.subscribe
(TopicSubscription subscription) -
Uses of TopicSubscription in org.camunda.bpm.client.topic.impl.dto
Methods in org.camunda.bpm.client.topic.impl.dto with parameters of type TopicSubscriptionModifier and TypeMethodDescriptionstatic TopicRequestDto
TopicRequestDto.fromTopicSubscription
(TopicSubscription topicSubscription, long clientLockDuration)