public class CloudJobServiceWaterImpl extends Object implements CloudJobService, org.noear.solon.core.bean.LifecycleBean
| Modifier and Type | Field and Description |
|---|---|
static CloudJobServiceWaterImpl |
instance |
Map<String,JobHolder> |
jobMap |
| Constructor and Description |
|---|
CloudJobServiceWaterImpl() |
| Modifier and Type | Method and Description |
|---|---|
JobHolder |
get(String name) |
boolean |
isRegistered(String name) |
void |
postStart() |
boolean |
register(String name,
String cron7x,
String description,
CloudJobHandler handler) |
public static final CloudJobServiceWaterImpl instance
public void postStart()
throws Throwable
postStart in interface org.noear.solon.core.LifecycleThrowablepublic boolean register(String name, String cron7x, String description, CloudJobHandler handler)
register in interface CloudJobServicepublic boolean isRegistered(String name)
isRegistered in interface CloudJobServiceCopyright © 2025. All rights reserved.