Uses of Interface
org.camunda.bpm.client.task.ExternalTaskHandler
Packages that use ExternalTaskHandler
Package
Description
-
Uses of ExternalTaskHandler in org.camunda.bpm.client.spring.impl.subscription
Fields in org.camunda.bpm.client.spring.impl.subscription declared as ExternalTaskHandlerModifier and TypeFieldDescriptionprotected ExternalTaskHandler
SpringTopicSubscriptionImpl.externalTaskHandler
Methods in org.camunda.bpm.client.spring.impl.subscription that return ExternalTaskHandlerMethods in org.camunda.bpm.client.spring.impl.subscription with parameters of type ExternalTaskHandlerModifier and TypeMethodDescriptionvoid
SpringTopicSubscriptionImpl.setExternalTaskHandler
(ExternalTaskHandler externalTaskHandler) -
Uses of ExternalTaskHandler in org.camunda.bpm.client.spring.impl.subscription.util
Method parameters in org.camunda.bpm.client.spring.impl.subscription.util with type arguments of type ExternalTaskHandlerModifier and TypeMethodDescriptionvoid
SubscriptionLoggerUtil.handlerBeansFound
(Class<ExternalTaskHandler> externalTaskHandlerClass, String[] beanNamesForType) -
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 ExternalTaskHandler
TopicSubscriptionBuilderImpl.externalTaskHandler
protected ExternalTaskHandler
TopicSubscriptionImpl.externalTaskHandler
Fields in org.camunda.bpm.client.topic.impl with type parameters of type ExternalTaskHandlerModifier and TypeFieldDescriptionprotected Map<String,
ExternalTaskHandler> TopicSubscriptionManager.externalTaskHandlers
Methods in org.camunda.bpm.client.topic.impl that return ExternalTaskHandlerMethods in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandlerModifier and TypeMethodDescriptionprotected void
TopicSubscriptionManager.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)