Uses of Class
org.camunda.bpm.client.topic.impl.dto.FetchAndLockResponseDto
-
Packages that use FetchAndLockResponseDto Package Description org.camunda.bpm.client.topic.impl -
-
Uses of FetchAndLockResponseDto in org.camunda.bpm.client.topic.impl
Methods in org.camunda.bpm.client.topic.impl that return FetchAndLockResponseDto Modifier and Type Method Description protected FetchAndLockResponseDto
TopicSubscriptionManager. fetchAndLock(List<TopicRequestDto> subscriptions)
Methods in org.camunda.bpm.client.topic.impl with parameters of type FetchAndLockResponseDto Modifier and Type Method Description protected void
TopicSubscriptionManager. runBackoffStrategy(FetchAndLockResponseDto fetchAndLockResponse)
-