Uses of Class
com.aizuda.snailjob.client.job.core.dto.JobExecutorInfo
Packages that use JobExecutorInfo
Package
Description
-
Uses of JobExecutorInfo in com.aizuda.snailjob.client.job.core
Methods in com.aizuda.snailjob.client.job.core that return types with arguments of type JobExecutorInfo -
Uses of JobExecutorInfo in com.aizuda.snailjob.client.job.core.cache
Methods in com.aizuda.snailjob.client.job.core.cache that return JobExecutorInfoMethods in com.aizuda.snailjob.client.job.core.cache with parameters of type JobExecutorInfoModifier and TypeMethodDescriptionstatic voidJobExecutorInfoCache.put(JobExecutorInfo jobExecutorInfo) -
Uses of JobExecutorInfo in com.aizuda.snailjob.client.job.core.register
Methods in com.aizuda.snailjob.client.job.core.register with parameters of type JobExecutorInfoModifier and TypeMethodDescriptionvoidJobExecutorRegistrar.registerRetryHandler(JobExecutorInfo jobExecutorInfo) Method parameters in com.aizuda.snailjob.client.job.core.register with type arguments of type JobExecutorInfoModifier and TypeMethodDescriptionvoidJobExecutorRegistrar.registerRetryHandler(List<JobExecutorInfo> contextList) -
Uses of JobExecutorInfo in com.aizuda.snailjob.client.job.core.register.scan
Methods in com.aizuda.snailjob.client.job.core.register.scan that return types with arguments of type JobExecutorInfo