Element create-pipeline |
---|
| Attribute configuration-id | Required |
---|
| Translator | configuration |
---|
| A configuration used to identify the filters (and optionally, the terminator) for the pipeline.
The configuration should use the Pipeline schema. |
| Attribute filter-interface | Required |
---|
| Translator | class |
---|
| The filter interface should have the same methods as the service interface,
with an additional parameter for each method with the same type as the service interface. |
| Attribute terminator | Optional |
---|
| Translator | object |
---|
| Optional terminator. May also be provided in the configuration.
If in neither, a placeholder is provided. |
| Conversion Rules- <conversion
class="org.apache.hivemind.lib.pipeline.PipelineParameters"
>
- <map
attribute="configuration-id"
property="pipelineConfiguration"
/>
</conversion>
|