Uses of Class
org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
-
Packages that use TopicRequestDto Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.topic.impl org.camunda.bpm.client.topic.impl.dto -
-
Uses of TopicRequestDto in org.camunda.bpm.client.impl
Method parameters in org.camunda.bpm.client.impl with type arguments of type TopicRequestDto Modifier and Type Method Description List<ExternalTask>
EngineClient. fetchAndLock(List<TopicRequestDto> topics)
-
Uses of TopicRequestDto in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl with type parameters of type TopicRequestDto Modifier and Type Field Description protected List<TopicRequestDto>
TopicSubscriptionManager. taskTopicRequests
Method parameters in org.camunda.bpm.client.topic.impl with type arguments of type TopicRequestDto Modifier and Type Method Description protected List<ExternalTask>
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 TopicRequestDto Modifier and Type Field Description protected List<TopicRequestDto>
FetchAndLockRequestDto. topics
Methods in org.camunda.bpm.client.topic.impl.dto that return TopicRequestDto Modifier and Type Method Description static TopicRequestDto
TopicRequestDto. fromTopicSubscription(TopicSubscription topicSubscription, long clientLockDuration)
Methods in org.camunda.bpm.client.topic.impl.dto that return types with arguments of type TopicRequestDto Modifier and Type Method Description List<TopicRequestDto>
FetchAndLockRequestDto. getTopics()
Constructor parameters in org.camunda.bpm.client.topic.impl.dto with type arguments of type TopicRequestDto Constructor Description FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics)
FetchAndLockRequestDto(String workerId, int maxTasks, Long asyncResponseTimeout, List<TopicRequestDto> topics, boolean usePriority)
-