public interface ExternalTaskClient
Camunda external task client
| Modifier and Type | Method and Description |
|---|---|
static ExternalTaskClientBuilder |
create()
Creates a fluent builder to configure the Camunda client
|
boolean |
isActive() |
void |
start()
Starts continuous fetching and locking of tasks
|
void |
stop()
Stops continuous fetching and locking of tasks
|
TopicSubscriptionBuilder |
subscribe(String topicName)
Creates a fluent builder to create and configure a topic subscription
|
static ExternalTaskClientBuilder create()
TopicSubscriptionBuilder subscribe(String topicName)
topicName - the client subscribes tovoid stop()
void start()
boolean isActive()
true if the client is actively fetching for tasks
false if the client is not actively fetching for tasks
Copyright © 2022. All rights reserved.