Package ch.tocco.nice2.boot.impl.starter
Class StarterExecutor
java.lang.Object
ch.tocco.nice2.boot.impl.starter.StarterExecutor
-
Constructor Summary
ConstructorDescriptionStarterExecutor
(org.slf4j.Logger log, ThreadFactory threadFactory, ThreadHandlerManager threadHandlerManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
runStarters
(org.springframework.boot.context.event.ApplicationReadyEvent event) void
setStarters
(List<StarterContribution> starters)
-
Constructor Details
-
StarterExecutor
public StarterExecutor(org.slf4j.Logger log, ThreadFactory threadFactory, ThreadHandlerManager threadHandlerManager)
-
-
Method Details
-
setStarters
-
runStarters
@EventListener public void runStarters(org.springframework.boot.context.event.ApplicationReadyEvent event) throws TopoSort.CircularGraphException - Throws:
TopoSort.CircularGraphException
-