public interface IConversionJobWithPriorityUnspecified extends IConversionJob
| Modifier and Type | Method and Description |
|---|---|
IConversionJob |
prioritizeWith(int priority)
Sets a priority for the conversion that is currently specified.
|
execute, scheduleIConversionJob prioritizeWith(int priority)
Important: It is possible to starve conversion requests with low priority if the converter constantly receives requests for conversions with higher priority.
priority - A priority where a higher priority gives a hint to the converter to prefer this conversion.Copyright © 2013–2016. All rights reserved.