Uses of Interface
org.camunda.bpm.client.topic.TopicSubscription
Package
Description
-
Uses of TopicSubscription in org.camunda.bpm.client.spring
Modifier and TypeInterfaceDescriptioninterface
Represents a topic subscription of the External Task Client. -
Uses of TopicSubscription in org.camunda.bpm.client.spring.boot.starter.impl
-
Uses of TopicSubscription in org.camunda.bpm.client.spring.impl.subscription
Modifier and TypeFieldDescriptionprotected TopicSubscription
SpringTopicSubscriptionImpl.topicSubscription
-
Uses of TopicSubscription in org.camunda.bpm.client.topic
Modifier and TypeMethodDescriptionTopicSubscriptionBuilder.open()
Release the topic subscription for being executed asynchronously -
Uses of TopicSubscription in org.camunda.bpm.client.topic.impl
Modifier and TypeFieldDescriptionprotected CopyOnWriteArrayList<TopicSubscription>
TopicSubscriptionManager.subscriptions
Modifier 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) Modifier and TypeMethodDescriptionprotected void
TopicSubscriptionManager.prepareAcquisition
(TopicSubscription subscription) protected void
TopicSubscriptionManager.subscribe
(TopicSubscription subscription) -
Uses of TopicSubscription in org.camunda.bpm.client.topic.impl.dto
Modifier and TypeMethodDescriptionstatic TopicRequestDto
TopicRequestDto.fromTopicSubscription
(TopicSubscription topicSubscription, long clientLockDuration)