Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Worker.IJobWorker Interface Reference

Represents an job worker that performs jobs of a certain type. While a registration is open, the worker continuously receives jobs from the broker and hands them to a registered JobHandler. More...

Inheritance diagram for Zeebe.Client.Api.Worker.IJobWorker:

Public Member Functions

bool IsOpen ()
 
Returns
true if this registration is currently active and work items are being received for it

 
bool IsClosed ()
 
Returns
true if this registration is not open and is not in the process of opening or closing

 

Detailed Description

Represents an job worker that performs jobs of a certain type. While a registration is open, the worker continuously receives jobs from the broker and hands them to a registered JobHandler.


The documentation for this interface was generated from the following file: