Uses of Interface
org.camunda.bpm.client.task.ExternalTaskHandler
-
Packages that use ExternalTaskHandler Package Description org.camunda.bpm.client.topic org.camunda.bpm.client.topic.impl -
-
Uses of ExternalTaskHandler in org.camunda.bpm.client.topic
Methods in org.camunda.bpm.client.topic that return ExternalTaskHandler Modifier and Type Method Description ExternalTaskHandlerTopicSubscription. getExternalTaskHandler()Methods in org.camunda.bpm.client.topic with parameters of type ExternalTaskHandler Modifier and Type Method Description TopicSubscriptionBuilderTopicSubscriptionBuilder. handler(ExternalTaskHandler handler) -
Uses of ExternalTaskHandler in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as ExternalTaskHandler Modifier and Type Field Description protected ExternalTaskHandlerTopicSubscriptionBuilderImpl. externalTaskHandlerprotected ExternalTaskHandlerTopicSubscriptionImpl. externalTaskHandlerFields in org.camunda.bpm.client.topic.impl with type parameters of type ExternalTaskHandler Modifier and Type Field Description protected Map<String,ExternalTaskHandler>TopicSubscriptionManager. externalTaskHandlersMethods in org.camunda.bpm.client.topic.impl that return ExternalTaskHandler Modifier and Type Method Description ExternalTaskHandlerTopicSubscriptionImpl. getExternalTaskHandler()Methods in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandler Modifier and Type Method Description protected voidTopicSubscriptionManager. handleExternalTask(ExternalTask externalTask, ExternalTaskHandler taskHandler)TopicSubscriptionBuilderTopicSubscriptionBuilderImpl. handler(ExternalTaskHandler externalTaskHandler)Constructors in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandler Constructor Description TopicSubscriptionImpl(String topicName, Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, List<String> variableNames, String businessKey)
-