接口 LauncherService
- 所有超级接口:
Comparable<LauncherService>,org.springframework.core.Ordered
public interface LauncherService
extends org.springframework.core.Ordered, Comparable<LauncherService>
- 作者:
- dreamfame
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
方法概要
-
方法详细资料
-
launcher
void launcher(org.springframework.boot.builder.SpringApplicationBuilder builder, String appName, String profile) 启动时 处理 SpringApplicationBuilder- 参数:
builder- SpringApplicationBuilderappName- SpringApplicationAppNameprofile- SpringApplicationProfile
-
getOrder
default int getOrder()获取排列顺序- 指定者:
getOrder在接口中org.springframework.core.Ordered- 返回:
- order
-
compareTo
对比排序- 指定者:
compareTo在接口中Comparable<LauncherService>- 参数:
o- LauncherService- 返回:
- compare
-