| Package | Description |
|---|---|
| org.streampipes.sdk.builder |
| Modifier and Type | Method and Description |
|---|---|
ProcessingElementBuilder |
ProcessingElementBuilder.category(DataProcessorType... epaCategory)
Assigns a category to the element which later serves to categorize data processors in the UI.
|
static ProcessingElementBuilder |
ProcessingElementBuilder.create(Label label) |
static ProcessingElementBuilder |
ProcessingElementBuilder.create(String id,
String label,
String description)
Creates a new processing element using the builder pattern.
|
protected ProcessingElementBuilder |
ProcessingElementBuilder.me() |
ProcessingElementBuilder |
ProcessingElementBuilder.outputStrategy(OutputStrategy outputStrategy)
Assigns an output strategy to the element which defines the output the data processor produces.
|
Copyright © 2018. All rights reserved.