
com.yomahub.liteflow.spi.SpiPriority Maven / Gradle / Ivy
The newest version!
package com.yomahub.liteflow.spi;
/**
* Spi实现的优先级接口 数字越小优先级越高
*
* @author Bryan.Zhang
* @since 2.6.11
*/
public interface SpiPriority {
int priority();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy