We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reading the -payload, -id, -config etc for easy usage rather than having user's build it themselves.
The text was updated successfully, but these errors were encountered:
@treeder, how do you see this?
I think it should be io.iron.ironworker.client.helpers.WorkerParameters class which accepts String[] and provides the following getters:
io.iron.ironworker.client.helpers.WorkerParameters
String[]
cc @edsrzf
Sorry, something went wrong.
It should be like this: https://github.com/iron-io/iron_go/blob/master/worker/remote.go or this: https://github.com/iron-io/iron_worker_ruby/blob/master/lib/iron_worker/worker_helper.rb
Preferably user could just call something like:
String payload = WorkerHelper.getPayload() JsonObject payload = WorkerHelper.getPayloadJSON() etc....
@treeder, please, look at this PR #17
Also I changed iron_worker_examples https://github.com/iron-io/iron_worker_examples/pull/100
treeder
No branches or pull requests
Reading the -payload, -id, -config etc for easy usage rather than having user's build it themselves.
The text was updated successfully, but these errors were encountered: