Uses of Interface
org.camunda.bpm.client.topic.TopicSubscription
-
-
Uses of TopicSubscription in org.camunda.bpm.client.spring
Subinterfaces of TopicSubscription in org.camunda.bpm.client.spring Modifier and Type Interface Description interface
SpringTopicSubscription
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 Modifier and Type Class Description class
PropertiesAwareSpringTopicSubscription
-
Uses of TopicSubscription in org.camunda.bpm.client.spring.impl.subscription
Classes in org.camunda.bpm.client.spring.impl.subscription that implement TopicSubscription Modifier and Type Class Description class
SpringTopicSubscriptionImpl
Fields in org.camunda.bpm.client.spring.impl.subscription declared as TopicSubscription Modifier and Type Field Description protected TopicSubscription
SpringTopicSubscriptionImpl. topicSubscription
-
Uses of TopicSubscription in org.camunda.bpm.client.topic
Methods in org.camunda.bpm.client.topic that return TopicSubscription Modifier and Type Method Description TopicSubscription
TopicSubscriptionBuilder. 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 TopicSubscription Modifier and Type Class Description class
TopicSubscriptionImpl
Fields in org.camunda.bpm.client.topic.impl with type parameters of type TopicSubscription Modifier and Type Field Description protected CopyOnWriteArrayList<TopicSubscription>
TopicSubscriptionManager. subscriptions
Methods in org.camunda.bpm.client.topic.impl that return TopicSubscription Modifier and Type Method Description TopicSubscription
TopicSubscriptionBuilderImpl. open()
TopicSubscription
TopicSubscriptionImpl. setProcessDefinitionId(String processDefinitionId)
TopicSubscription
TopicSubscriptionImpl. setProcessDefinitionIdIn(List<String> processDefinitionIds)
TopicSubscription
TopicSubscriptionImpl. setProcessDefinitionKey(String processDefinitionKey)
TopicSubscription
TopicSubscriptionImpl. setProcessDefinitionKeyIn(List<String> processDefinitionKeys)
TopicSubscription
TopicSubscriptionImpl. setTenantIdIn(List<String> tenantIds)
Methods in org.camunda.bpm.client.topic.impl that return types with arguments of type TopicSubscription Modifier and Type Method Description List<TopicSubscription>
TopicSubscriptionManager. getSubscriptions()
Methods in org.camunda.bpm.client.topic.impl with parameters of type TopicSubscription Modifier and Type Method Description protected 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 TopicSubscription Modifier and Type Method Description static TopicRequestDto
TopicRequestDto. fromTopicSubscription(TopicSubscription topicSubscription, long clientLockDuration)
-