Uses of Class
org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
Packages that use TopicRequestDto
Package
Description
-
Uses of TopicRequestDto in org.camunda.bpm.client.impl
Method parameters in org.camunda.bpm.client.impl with type arguments of type TopicRequestDto -
Uses of TopicRequestDto in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl with type parameters of type TopicRequestDtoModifier and TypeFieldDescriptionprotected List<TopicRequestDto>
TopicSubscriptionManager.taskTopicRequests
Method parameters in org.camunda.bpm.client.topic.impl with type arguments of type TopicRequestDtoModifier 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
Fields in org.camunda.bpm.client.topic.impl.dto with type parameters of type TopicRequestDtoMethods in org.camunda.bpm.client.topic.impl.dto that return TopicRequestDtoModifier and TypeMethodDescriptionstatic TopicRequestDto
TopicRequestDto.fromTopicSubscription
(TopicSubscription topicSubscription, long clientLockDuration) Methods in org.camunda.bpm.client.topic.impl.dto that return types with arguments of type TopicRequestDtoConstructor parameters in org.camunda.bpm.client.topic.impl.dto with type arguments of type TopicRequestDtoModifierConstructorDescriptionFetchAndLockRequestDto
(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)