Class ApplicationRunnerOrdered
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.boot.ApplicationRunner,org.springframework.boot.Runner,org.springframework.core.Ordered
public class ApplicationRunnerOrdered implements ApplicationRunner, Ordered, BeanNameAwareApplicationRunner with order
- Since:
2023-01-09
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final intorderpublic final ApplicationRunnerrunnerpublic StringbeanNamepublic final static intHIGHEST_PRECEDENCEpublic final static intLOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description ApplicationRunnerOrdered(int order, ApplicationRunner runner)
-
Method Summary
-
-
Method Detail
-
getOrder
int getOrder()
-
getRunner
ApplicationRunner getRunner()
-
getBeanName
String getBeanName()
-
setBeanName
void setBeanName(String beanName)
-
run
void run(ApplicationArguments args)
-
hashCode
int hashCode()
-
-
-
-