Uses of Interface
org.camunda.bpm.client.task.ExternalTaskHandler
Packages that use ExternalTaskHandler
-
Uses of ExternalTaskHandler in org.camunda.bpm.client.topic
Methods in org.camunda.bpm.client.topic that return ExternalTaskHandlerMethods in org.camunda.bpm.client.topic with parameters of type ExternalTaskHandler -
Uses of ExternalTaskHandler in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as ExternalTaskHandlerModifier and TypeFieldDescriptionprotected ExternalTaskHandlerTopicSubscriptionBuilderImpl.externalTaskHandlerprotected ExternalTaskHandlerTopicSubscriptionImpl.externalTaskHandlerFields in org.camunda.bpm.client.topic.impl with type parameters of type ExternalTaskHandlerModifier and TypeFieldDescriptionprotected Map<String,ExternalTaskHandler> TopicSubscriptionManager.externalTaskHandlersMethods in org.camunda.bpm.client.topic.impl that return ExternalTaskHandlerMethods in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandlerModifier and TypeMethodDescriptionprotected voidTopicSubscriptionManager.handleExternalTask(ExternalTask externalTask, ExternalTaskHandler taskHandler) TopicSubscriptionBuilderImpl.handler(ExternalTaskHandler externalTaskHandler) Constructors in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandlerModifierConstructorDescriptionTopicSubscriptionImpl(String topicName, Long lockDuration, ExternalTaskHandler externalTaskHandler, TopicSubscriptionManager topicSubscriptionManager, List<String> variableNames, String businessKey)