Package com.blueriq.web.startup.preloadmodel
-
Class Summary Class Description ModelPreloader<T extends org.springframework.boot.context.event.SpringApplicationEvent> Abstract ModelPreloader responsible to load applications in memory to make sure a end-user does not have to wait for the model to be loaded as it would be loaded before the request.WaitForModelPreloader Model (pre)loader that blocks the continuation of the spring application until the model(s) are loaded.WhenReadyModelPreloader Model (pre)loader that allows the spring application to load fully and then (pre)loads the model(s).