Replies: 1 comment
-
/cc @matejvasek (amazon-lambda), @patriot1burke (amazon-lambda) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to make the https://www.jobrunr.io/ library working in native executables. In this library, you can enqueue jobs using lambda, then the lambda is serialized and stored in a database.
I was able to make everything work by using the
lambdaCapturingTypes
parameter of the@RegisterForReflection
annotation in the application directly.But now, I want this to be automatically set by the extension. I saw there is a
LambdaCapturingTypeBuildItem
but I don't know how I can find programmatically all the classes where the lambda expression is used. Does anybody know how to achieve that ?Regards,
Valentin
Beta Was this translation helpful? Give feedback.
All reactions