Uses of Class
org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
Package
Description
-
Uses of TopicRequestDto in org.camunda.bpm.client.impl
-
Uses of TopicRequestDto in org.camunda.bpm.client.topic.impl
Modifier and TypeFieldDescriptionprotected List<TopicRequestDto>
TopicSubscriptionManager.taskTopicRequests
Modifier and TypeMethodDescriptionprotected FetchAndLockResponseDto
TopicSubscriptionManager.fetchAndLock
(List<TopicRequestDto> subscriptions) protected void
TopicSubscriptionManagerLogger.fetchAndLock
(List<TopicRequestDto> subscriptions) -
Uses of TopicRequestDto in org.camunda.bpm.client.topic.impl.dto
Modifier and TypeMethodDescriptionstatic TopicRequestDto
TopicRequestDto.fromTopicSubscription
(TopicSubscription topicSubscription, long clientLockDuration) ModifierConstructorDescriptionFetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics) FetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority) FetchAndLockRequestDto
(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority, OrderingConfig orderingConfig)