spring-framework / org.springframework.scheduling.quartz / CronTriggerFactoryBean / setJobDataAsMap

setJobDataAsMap

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.

Parameters

jobDataAsMap - Map with String keys and any objects as values (for example Spring-managed beans)