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 interfaceSpringTopicSubscriptionRepresents 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 classPropertiesAwareSpringTopicSubscription -
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 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.topic
Methods 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.impl
Classes 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.dto
Methods 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)
-