A B F G I O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, boolean) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, double) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, int) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, long) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- add(String, String) - Method in class step.functions.io.OutputBuilder
-
Adds an output attribute If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
- addAttachment(Attachment) - Method in class step.functions.io.OutputBuilder
-
Adds an attachment to the output
- addAttachments(List<Attachment>) - Method in class step.functions.io.OutputBuilder
-
Adds attachments to the output
- addMeasure(String, long) - Method in class step.functions.io.OutputBuilder
-
Adds a performance measurement
- addMeasure(String, long, Map<String, Object>) - Method in class step.functions.io.OutputBuilder
-
Adds a performance measurement with custom data
- appendError(String) - Method in class step.functions.io.OutputBuilder
-
Appends a technical error message.
B
- build() - Method in class step.functions.io.OutputBuilder
-
Builds the output instance
F
- function - Variable in class step.functions.io.Input
- functionCallTimeout - Variable in class step.functions.io.Input
G
- getAttachments() - Method in class step.functions.io.Input
- getAttachments() - Method in class step.functions.io.Output
- getError() - Method in class step.functions.io.Output
- getFunction() - Method in class step.functions.io.Input
- getFunctionCallTimeout() - Method in class step.functions.io.Input
- getMeasures() - Method in class step.functions.io.Output
- getPayload() - Method in class step.functions.io.Input
- getPayload() - Method in class step.functions.io.Output
- getPayloadBuilder() - Method in class step.functions.io.OutputBuilder
- getPayloadJson() - Method in class step.functions.io.OutputBuilder
- getProperties() - Method in class step.functions.io.Input
I
- Input<IN> - Class in step.functions.io
- Input() - Constructor for class step.functions.io.Input
O
- Output<OUT> - Class in step.functions.io
- Output() - Constructor for class step.functions.io.Output
- OutputBuilder - Class in step.functions.io
-
A builder for Output instances.
- OutputBuilder() - Constructor for class step.functions.io.OutputBuilder
P
- payload - Variable in class step.functions.io.Input
- properties - Variable in class step.functions.io.Input
S
- setAttachments(List<Attachment>) - Method in class step.functions.io.Input
- setAttachments(List<Attachment>) - Method in class step.functions.io.Output
- setBusinessError(String) - Method in class step.functions.io.OutputBuilder
-
Reports a business error.
- setError(String) - Method in class step.functions.io.OutputBuilder
-
Reports a technical error.
- setError(String, Throwable) - Method in class step.functions.io.OutputBuilder
-
Reports a technical error and appends the exception causing this error as attachment
- setError(Error) - Method in class step.functions.io.Output
- setError(Error) - Method in class step.functions.io.OutputBuilder
- setFunction(String) - Method in class step.functions.io.Input
- setFunctionCallTimeout(long) - Method in class step.functions.io.Input
- setLastMeasureAdditionalData(Map<String, Object>) - Method in class step.functions.io.OutputBuilder
- setMeasures(List<Measure>) - Method in class step.functions.io.Output
- setPayload(IN) - Method in class step.functions.io.Input
- setPayload(OUT) - Method in class step.functions.io.Output
- setPayloadBuilder(JsonObjectBuilder) - Method in class step.functions.io.OutputBuilder
- setPayloadJson(String) - Method in class step.functions.io.OutputBuilder
- setProperties(Map<String, String>) - Method in class step.functions.io.Input
- startMeasure(String) - Method in class step.functions.io.OutputBuilder
-
Starts a performance measurement.
- startMeasure(String, long) - Method in class step.functions.io.OutputBuilder
-
Starts a performance measurement
- step.functions.io - package step.functions.io
- stopMeasure() - Method in class step.functions.io.OutputBuilder
-
Stops the current performance measurement and adds it to the output
- stopMeasure(Map<String, Object>) - Method in class step.functions.io.OutputBuilder
-
Stops the current performance measurement and adds it to the output.
- stopMeasureForAdditionalData() - Method in class step.functions.io.OutputBuilder
All Classes All Packages