Uses of Interface
org.camunda.bpm.client.task.ExternalTaskHandler
-
-
Uses of ExternalTaskHandler in org.camunda.bpm.client.spring.impl.subscription
Fields in org.camunda.bpm.client.spring.impl.subscription declared as ExternalTaskHandler Modifier and Type Field Description protected ExternalTaskHandler
SpringTopicSubscriptionImpl. externalTaskHandler
Methods in org.camunda.bpm.client.spring.impl.subscription that return ExternalTaskHandler Modifier and Type Method Description ExternalTaskHandler
SpringTopicSubscriptionImpl. getExternalTaskHandler()
Methods in org.camunda.bpm.client.spring.impl.subscription with parameters of type ExternalTaskHandler Modifier and Type Method Description void
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 ExternalTaskHandler Modifier and Type Method Description void
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 ExternalTaskHandler Modifier and Type Method Description ExternalTaskHandler
TopicSubscription. getExternalTaskHandler()
Methods in org.camunda.bpm.client.topic with parameters of type ExternalTaskHandler Modifier and Type Method Description TopicSubscriptionBuilder
TopicSubscriptionBuilder. 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 ExternalTaskHandler
TopicSubscriptionBuilderImpl. externalTaskHandler
protected ExternalTaskHandler
TopicSubscriptionImpl. externalTaskHandler
Fields in org.camunda.bpm.client.topic.impl with type parameters of type ExternalTaskHandler Modifier and Type Field Description protected Map<String,ExternalTaskHandler>
TopicSubscriptionManager. externalTaskHandlers
Methods in org.camunda.bpm.client.topic.impl that return ExternalTaskHandler Modifier and Type Method Description ExternalTaskHandler
TopicSubscriptionImpl. getExternalTaskHandler()
Methods in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskHandler Modifier and Type Method Description protected void
TopicSubscriptionManager. handleExternalTask(ExternalTask externalTask, ExternalTaskHandler taskHandler)
TopicSubscriptionBuilder
TopicSubscriptionBuilderImpl. 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)
-