Uses of Interface
org.camunda.bpm.client.topic.TopicSubscription
- 
- 
Uses of TopicSubscription in org.camunda.bpm.client.springSubinterfaces of TopicSubscription in org.camunda.bpm.client.spring Modifier and Type Interface Description interfaceSpringTopicSubscriptionRepresents a topic subscription of the External Task Client.
- 
Uses of TopicSubscription in org.camunda.bpm.client.spring.boot.starter.implClasses in org.camunda.bpm.client.spring.boot.starter.impl that implement TopicSubscription Modifier and Type Class Description classPropertiesAwareSpringTopicSubscription
- 
Uses of TopicSubscription in org.camunda.bpm.client.spring.impl.subscriptionClasses in org.camunda.bpm.client.spring.impl.subscription that implement TopicSubscription Modifier and Type Class Description classSpringTopicSubscriptionImplFields in org.camunda.bpm.client.spring.impl.subscription declared as TopicSubscription Modifier and Type Field Description protected TopicSubscriptionSpringTopicSubscriptionImpl. topicSubscription
- 
Uses of TopicSubscription in org.camunda.bpm.client.topicMethods in org.camunda.bpm.client.topic that return TopicSubscription Modifier and Type Method Description TopicSubscriptionTopicSubscriptionBuilder. open()Release the topic subscription for being executed asynchronously
- 
Uses of TopicSubscription in org.camunda.bpm.client.topic.implClasses in org.camunda.bpm.client.topic.impl that implement TopicSubscription Modifier and Type Class Description classTopicSubscriptionImplFields in org.camunda.bpm.client.topic.impl with type parameters of type TopicSubscription Modifier and Type Field Description protected java.util.concurrent.CopyOnWriteArrayList<TopicSubscription>TopicSubscriptionManager. subscriptionsMethods in org.camunda.bpm.client.topic.impl that return TopicSubscription Modifier and Type Method Description TopicSubscriptionTopicSubscriptionBuilderImpl. open()TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionId(java.lang.String processDefinitionId)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionIdIn(java.util.List<java.lang.String> processDefinitionIds)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionKey(java.lang.String processDefinitionKey)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionKeyIn(java.util.List<java.lang.String> processDefinitionKeys)TopicSubscriptionTopicSubscriptionImpl. setTenantIdIn(java.util.List<java.lang.String> tenantIds)Methods in org.camunda.bpm.client.topic.impl that return types with arguments of type TopicSubscription Modifier and Type Method Description java.util.List<TopicSubscription>TopicSubscriptionManager. getSubscriptions()Methods in org.camunda.bpm.client.topic.impl with parameters of type TopicSubscription Modifier and Type Method Description protected voidTopicSubscriptionManager. prepareAcquisition(TopicSubscription subscription)protected voidTopicSubscriptionManager. subscribe(TopicSubscription subscription)
- 
Uses of TopicSubscription in org.camunda.bpm.client.topic.impl.dtoMethods in org.camunda.bpm.client.topic.impl.dto with parameters of type TopicSubscription Modifier and Type Method Description static TopicRequestDtoTopicRequestDto. fromTopicSubscription(TopicSubscription topicSubscription, long clientLockDuration)
 
-