restatedev / sdk-java

Restate SDK for JVM Languages
https://restate.dev
MIT License
19 stars 4 forks source link

Awakeable handle annotated with `@NotNull` but needs `null` for VOID types #357

Open StephanEwen opened 6 days ago

StephanEwen commented 6 days ago

For VOID typed awakeables, the value passed during resolution is null but the handler is annotated to not accept that.

image