open fun setJobDataAsMap(jobDataAsMap: MutableMap<String, *>): Unit
Register objects in the JobDataMap via a given Map.
These objects will be available to this Job only, in contrast to objects in the SchedulerContext.
Note: When using persistent Jobs whose JobDetail will be kept in the database, do not put Spring-managed beans or an ApplicationContext reference into the JobDataMap but rather into the SchedulerContext.
jobDataAsMap - Map with String keys and any objects as values (for example Spring-managed beans)
See Also
org.springframework.scheduling.quartz.SchedulerFactoryBean#setSchedulerContextAsMap