Fetch an item, cast to a specific type, from the JobDataMap.
Fetch an item, cast to a specific type, from the JobDataMap. I could just use apply, but I want to have a cleaner 'not there' error.
This does not return Option and flatly explodes upon a key being missing.
TODO - NotNothing check?
These jobs are fundamentally ephemeral - a new Job is created each time we trigger, and passed a context which contains, among other things, a JobDataMap, which transfers mutable state from one job trigger to another
These jobs are fundamentally ephemeral - a new Job is created each time we trigger, and passed a context which contains, among other things, a JobDataMap, which transfers mutable state from one job trigger to another
Fetch an item, cast to a specific type, from the JobDataMap.
Fetch an item, cast to a specific type, from the JobDataMap. I could just use apply, but I want to have a cleaner 'not there' error.
TODO - NotNothing check?