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.FinalizableBuilder |
static class |
Pipeline.Format
Describes the output format of a Pipeline
|
static class |
Pipeline.ResizeMode
Specifies the mode of the resize operation.
|
| 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