| Package | Description |
|---|---|
| org.noear.solon.cloud | |
| org.noear.solon.cloud.impl | |
| org.noear.solon.cloud.model | |
| org.noear.solon.cloud.proxy | |
| org.noear.solon.cloud.service |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudJobHandlerChain
云任务处理处理链
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudJobInterceptor.doIntercept(Job job,
CloudJobHandler handler) |
| Constructor and Description |
|---|
CloudJobHandlerChain(Job job,
CloudJobHandler handler,
List<org.noear.solon.core.util.RankEntity<CloudJobInterceptor>> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CloudJobServiceManagerImpl.register(String name,
String cron7x,
String description,
CloudJobHandler handler)
注册任务
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobHolder
任务处理实体
|
| Constructor and Description |
|---|
JobHolder(String name,
String cron7x,
String description,
CloudJobHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudJobHandlerBeanProxy
云任务处理类原型代理
|
class |
CloudJobHandlerMethodProxy
云任务处理方法原型代理
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CloudJobService.register(String name,
String cron7x,
String description,
CloudJobHandler handler)
注册任务
|
Copyright © 2025. All rights reserved.