@SpringBootApplication @EnableZeebeClient public class WorkerApplication extends Object
| Constructor and Description |
|---|
WorkerApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBarJob(io.camunda.zeebe.client.api.worker.JobClient client,
io.camunda.zeebe.client.api.response.ActivatedJob job) |
void |
handleFooJob(io.camunda.zeebe.client.api.worker.JobClient client,
io.camunda.zeebe.client.api.response.ActivatedJob job) |
static void |
main(String... args) |
public static void main(String... args)
@ZeebeWorker(type="foo")
public void handleFooJob(io.camunda.zeebe.client.api.worker.JobClient client,
io.camunda.zeebe.client.api.response.ActivatedJob job)
@ZeebeWorker(type="bar")
public void handleBarJob(io.camunda.zeebe.client.api.worker.JobClient client,
io.camunda.zeebe.client.api.response.ActivatedJob job)
Copyright © 2021 Camunda Services GmbH. All rights reserved.