Uses of Interface
org.camunda.bpm.client.topic.TopicSubscription
-
Packages that use TopicSubscription Package Description org.camunda.bpm.client.topic org.camunda.bpm.client.topic.impl org.camunda.bpm.client.topic.impl.dto -
-
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 CopyOnWriteArrayList<TopicSubscription>TopicSubscriptionManager. subscriptionsMethods in org.camunda.bpm.client.topic.impl that return TopicSubscription Modifier and Type Method Description TopicSubscriptionTopicSubscriptionBuilderImpl. open()TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionId(String processDefinitionId)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionIdIn(List<String> processDefinitionIds)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionKey(String processDefinitionKey)TopicSubscriptionTopicSubscriptionImpl. setProcessDefinitionKeyIn(List<String> processDefinitionKeys)TopicSubscriptionTopicSubscriptionImpl. 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 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)
-