zeebe 0.4.2

A rust client for defining, orchestrating, and monitoring business processes across microservices using Zeebe.
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod auto_handler;
mod builder;
mod job_dispatcher;
mod job_poller;

pub use auto_handler::{Data, State};
pub use builder::JobWorkerBuilder;
pub(crate) use job_poller::{JobPoller, PollMessage};