Modifier and Type | Interface and Description |
---|---|
interface |
SpringTopicSubscription
Represents a topic subscription of the External Task Client.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesAwareSpringTopicSubscription |
Modifier and Type | Class and Description |
---|---|
class |
SpringTopicSubscriptionImpl |
Modifier and Type | Field and Description |
---|---|
protected TopicSubscription |
SpringTopicSubscriptionImpl.topicSubscription |
Modifier and Type | Method and Description |
---|---|
TopicSubscription |
TopicSubscriptionBuilder.open()
Release the topic subscription for being executed asynchronously
|
Modifier and Type | Class and Description |
---|---|
class |
TopicSubscriptionImpl |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<TopicSubscription> |
TopicSubscriptionManager.subscriptions |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<TopicSubscription> |
TopicSubscriptionManager.getSubscriptions() |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicSubscriptionManager.prepareAcquisition(TopicSubscription subscription) |
protected void |
TopicSubscriptionManager.subscribe(TopicSubscription subscription) |
Modifier and Type | Method and Description |
---|---|
static TopicRequestDto |
TopicRequestDto.fromTopicSubscription(TopicSubscription topicSubscription,
long clientLockDuration) |
Copyright © 2022. All rights reserved.