Package com.documents4j.api
Interface IConversionJobWithPriorityUnspecified
-
- All Superinterfaces:
IConversionJob
public interface IConversionJobWithPriorityUnspecified extends IConversionJob
A sufficiently specified conversion with default priority that is not yet applied to the converter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConversionJobprioritizeWith(int priority)Sets a priority for the conversion that is currently specified.-
Methods inherited from interface com.documents4j.api.IConversionJob
execute, schedule
-
-
-
-
Method Detail
-
prioritizeWith
IConversionJob prioritizeWith(int priority)
Sets a priority for the conversion that is currently specified.
Important: It is possible to starve conversion requests with low priority if the converter constantly receives requests for conversions with higher priority.- Parameters:
priority- A priority where a higher priority gives a hint to the converter to prefer this conversion.- Returns:
- The current conversion specification.
-
-