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 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.