spring-framework / org.springframework.scheduling.quartz / QuartzJobBean / execute

execute

fun execute(context: JobExecutionContext): Unit

This implementation applies the passed-in job data map as bean property values, and delegates to executeInternal afterwards.

See Also
#executeInternal