Package | Description |
---|---|
org.camunda.bpm.client.impl | |
org.camunda.bpm.client.topic.impl | |
org.camunda.bpm.client.topic.impl.dto |
Modifier and Type | Method and Description |
---|---|
List<ExternalTask> |
EngineClient.fetchAndLock(List<TopicRequestDto> topics) |
Modifier and Type | Field and Description |
---|---|
protected List<TopicRequestDto> |
TopicSubscriptionManager.taskTopicRequests |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicSubscriptionManagerLogger.fetchAndLock(List<TopicRequestDto> subscriptions) |
protected List<ExternalTask> |
TopicSubscriptionManager.fetchAndLock(List<TopicRequestDto> subscriptions) |
Modifier and Type | Field and Description |
---|---|
protected List<TopicRequestDto> |
FetchAndLockRequestDto.topics |
Modifier and Type | Method and Description |
---|---|
static TopicRequestDto |
TopicRequestDto.fromTopicSubscription(TopicSubscription topicSubscription,
long clientLockDuration) |
Modifier and Type | Method and Description |
---|---|
List<TopicRequestDto> |
FetchAndLockRequestDto.getTopics() |
Constructor and Description |
---|
FetchAndLockRequestDto(String workerId,
int maxTasks,
Long asyncResponseTimeout,
List<TopicRequestDto> topics) |
FetchAndLockRequestDto(String workerId,
int maxTasks,
Long asyncResponseTimeout,
List<TopicRequestDto> topics,
boolean usePriority) |
Copyright © 2022. All rights reserved.