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

Add support for a nullable variables via @Variable #76

Open
aivinog1 opened this issue Jun 22, 2023 · 0 comments
Open

Add support for a nullable variables via @Variable #76

aivinog1 opened this issue Jun 22, 2023 · 0 comments

Comments

@aivinog1
Copy link
Collaborator

We can't just use:

@Coworker
suspend fun someMethod(jobClient: JobClient, job: ActivatedJob, @Variable someValue: SomeValue?)

Right now it isn't supported. To avoid NPE we need to rewrite the whole reflection part of methods calling. Could be difficult.

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

No branches or pull requests

1 participant