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

com.transferwise.tasks.IPriorityManager Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks;

public interface IPriorityManager {

  int getHighestPriority();

  int getLowestPriority();

  int normalize(Integer priority);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy