@Value.Immutable
public interface Scheduler
| Modifier and Type | Interface and Description |
|---|---|
static class |
Scheduler.Builder |
static class |
Scheduler.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
The schedule expression according to the type, i.e.
|
default Scheduler.Type |
getType() |
default boolean |
isCron() |
default boolean |
isTimer() |
@Value.Default default Scheduler.Type getType()
String getExpression()
default boolean isTimer()
default boolean isCron()
Copyright © 2016–2019 Red Hat. All rights reserved.