You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("Waiting for external worker jobs. Press Enter to exit...");
51
+
Console.ReadLine();
46
52
47
53
classHandleJobs : IExternalWorkerCallbackHandler
48
54
{
@@ -55,3 +61,33 @@ class HandleJobs : IExternalWorkerCallbackHandler
55
61
}
56
62
}
57
63
```
64
+
65
+
### Local
66
+
67
+
The following is an example how you can connect to a Flowable instance running at `http://localhost:8090` and process all messages retrieved on the topic `myTopic`:
0 commit comments