Package step.functions.io
Class Input<IN>
java.lang.Object
step.functions.io.Input<IN>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setAttachments
(List<Attachment> attachments) void
setFunction
(String function) void
setFunctionCallTimeout
(long functionCallTimeout) void
setPayload
(IN payload) void
setProperties
(Map<String, String> properties)
-
Field Details
-
function
-
functionCallTimeout
protected long functionCallTimeout -
payload
-
properties
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
getFunction
- Returns:
- the name of the function (keyword) to be executed
-
setFunction
-
getFunctionCallTimeout
public long getFunctionCallTimeout()- Returns:
- the call timeout of the function in ms
-
setFunctionCallTimeout
public void setFunctionCallTimeout(long functionCallTimeout) - Parameters:
functionCallTimeout
- the call timeout of the function in ms
-
getPayload
- Returns:
- the function payload
-
setPayload
-
getProperties
-
setProperties
-
getAttachments
-
setAttachments
-