Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to extractors for auto handlers #3

Merged
merged 1 commit into from Aug 6, 2020

Conversation

jtescher
Copy link
Contributor

@jtescher jtescher commented Aug 6, 2020

Extractors allow auto handlers to accept an arbitrary number of parameters that can be extracted from the Zeebe job.

Auto handler function parameters include: Client, Job, Data<T> which can be deserialized from zeebe job variables, and State<T> which is persistent worker state that is maintained across job invocations.

@jtescher jtescher merged commit 225c5f7 into master Aug 6, 2020
@jtescher jtescher deleted the feature/auto-handler-extractors branch August 6, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants