| Package | Description |
|---|---|
| org.streampipes.sdk.builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamRequirementsBuilder |
StreamRequirementsBuilder.create()
Creates new requirements for a data processor or a data sink.
|
StreamRequirementsBuilder |
StreamRequirementsBuilder.requiredProperty(EventProperty propertyRequirement)
Sets a new property requirement, e.g., a property of a specific data type or with specific semantics
a data stream that is connected to this pipeline element must provide.
|
StreamRequirementsBuilder |
StreamRequirementsBuilder.requiredPropertyWithNaryMapping(EventProperty propertyRequirement,
Label label,
PropertyScope propertyScope)
Sets a new property requirement and, in addition, adds a
MappingPropertyNary static property to the pipeline element
definition. |
StreamRequirementsBuilder |
StreamRequirementsBuilder.requiredPropertyWithUnaryMapping(EventProperty propertyRequirement,
Label label,
PropertyScope propertyScope)
Sets a new property requirement and, in addition, adds a
MappingPropertyUnary static property to the pipeline element
definition. |
Copyright © 2018. All rights reserved.