public abstract class JobHandler<T> extends TaskExecutor<T> implements JobSplitter
Note: if in spring context and a stateful bean, must be annotated with @Scope("prototype")
org.springframework.context.annotation.Scope,
org.springframework.beans.factory.config.ConfigurableBeanFactory#SCOPE_PROTOTYPE| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
JobHandler() |
Copyright © 2023. All rights reserved.