public class Sleep extends Object implements Serializable
| Constructor and Description |
|---|
Sleep()
No args constructor for use in serialization
|
Sleep(String before,
String after) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfter()
Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation.
|
String |
getBefore()
Amount of time (ISO 8601 duration format) to sleep before function/subflow invocation.
|
void |
setAfter(String after)
Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation.
|
void |
setBefore(String before)
Amount of time (ISO 8601 duration format) to sleep before function/subflow invocation.
|
Sleep |
withAfter(String after) |
Sleep |
withBefore(String before) |
public String getBefore()
public void setBefore(String before)
public String getAfter()
public void setAfter(String after)
Copyright © 2020–2023 CNCF. All rights reserved.