spring-framework / org.springframework.scheduling.quartz / MethodInvokingJobDetailFactoryBean / setGroup

setGroup

open fun setGroup(group: String): Unit

Set the group of the job.

Default is the default group of the Scheduler.

See Also
org.quartz.Scheduler#DEFAULT_GROUP