Package com.adobe.cq.dam.processor.api
Interface AssetProcessor
-
@ProviderType public interface AssetProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processAsset(Asset asset)
Asynchronously process asset for generating renditions by NUI service
-
-
-
Method Detail
-
processAsset
boolean processAsset(Asset asset)
Asynchronously process asset for generating renditions by NUI service- Parameters:
asset
- Asset to process- Returns:
- return true if the processing job is submitted to NUI service successfully, return false if failed
-
-