public class Pipeline
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Pipeline.Builder
Represents a class used to configure a processing Pipeline.
|
static class |
Pipeline.Format
Describes the output format of a Pipeline
|
| Constructor and Description |
|---|
Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
ProcessedAsset |
push(Asset asset)
Applies this processing pipeline to the specified asset.
|
public ProcessedAsset push(Asset asset)
asset - Asset to be processedAmetoException - if the pipeline job could not be submittedAmetoException - if the asset could not be processed