open fun setJobDataAsMap(jobDataAsMap: MutableMap<String, *>): Unit
Register objects in the JobDataMap via a given Map.
These objects will be available to this Trigger only, in contrast to objects in the JobDetail's data map.
jobDataAsMap - Map with String keys and any objects as values (for example Spring-managed beans)