All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.documents4j.api.IConversionJobWithPriorityUnspecified Maven / Gradle / Ivy

There is a newer version: 1.1.12
Show newest version
package com.documents4j.api;

/**
 * A sufficiently specified conversion with default priority that is not yet applied to the converter.
 */
public interface IConversionJobWithPriorityUnspecified extends IConversionJob {

    /**
     * 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. * * @param priority A priority where a higher priority gives a hint to the converter to prefer this conversion. * @return The current conversion specification. */ IConversionJob prioritizeWith(int priority); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy