Package step.functions.io
Class Input<IN>
java.lang.Object
step.functions.io.Input<IN>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongvoidsetAttachments(List<Attachment> attachments) voidsetFunction(String function) voidsetFunctionCallTimeout(long functionCallTimeout) voidsetPayload(IN payload) voidsetProperties(Map<String, String> properties) 
- 
Field Details- 
function
- 
functionCallTimeoutprotected long functionCallTimeout
- 
payload
- 
properties
 
- 
- 
Constructor Details- 
Inputpublic Input()
 
- 
- 
Method Details- 
getFunction- Returns:
- the name of the function (keyword) to be executed
 
- 
setFunction
- 
getFunctionCallTimeoutpublic long getFunctionCallTimeout()- Returns:
- the call timeout of the function in ms
 
- 
setFunctionCallTimeoutpublic void setFunctionCallTimeout(long functionCallTimeout) - Parameters:
- functionCallTimeout- the call timeout of the function in ms
 
- 
getPayload- Returns:
- the function payload
 
- 
setPayload
- 
getProperties
- 
setProperties
- 
getAttachments
- 
setAttachments
 
-