Uses of Interface
org.camunda.bpm.client.ExternalTaskClient
-
Packages that use ExternalTaskClient Package Description org.camunda.bpm.client org.camunda.bpm.client.impl org.camunda.bpm.client.spring.impl.client org.camunda.bpm.client.spring.impl.subscription -
-
Uses of ExternalTaskClient in org.camunda.bpm.client
Methods in org.camunda.bpm.client that return ExternalTaskClient Modifier and Type Method Description ExternalTaskClient
ExternalTaskClientBuilder. build()
Bootstraps the Camunda client -
Uses of ExternalTaskClient in org.camunda.bpm.client.impl
Classes in org.camunda.bpm.client.impl that implement ExternalTaskClient Modifier and Type Class Description class
ExternalTaskClientImpl
Methods in org.camunda.bpm.client.impl that return ExternalTaskClient Modifier and Type Method Description ExternalTaskClient
ExternalTaskClientBuilderImpl. build()
-
Uses of ExternalTaskClient in org.camunda.bpm.client.spring.impl.client
Fields in org.camunda.bpm.client.spring.impl.client declared as ExternalTaskClient Modifier and Type Field Description protected ExternalTaskClient
ClientFactory. client
Methods in org.camunda.bpm.client.spring.impl.client that return ExternalTaskClient Modifier and Type Method Description ExternalTaskClient
ClientFactory. getObject()
Methods in org.camunda.bpm.client.spring.impl.client that return types with arguments of type ExternalTaskClient Modifier and Type Method Description Class<ExternalTaskClient>
ClientFactory. getObjectType()
-
Uses of ExternalTaskClient in org.camunda.bpm.client.spring.impl.subscription
Fields in org.camunda.bpm.client.spring.impl.subscription declared as ExternalTaskClient Modifier and Type Field Description protected ExternalTaskClient
SpringTopicSubscriptionImpl. client
-