Interface BackgroundPreinitializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to preinitialize in the background code that may otherwise cause a delay
when first called. Implementations should be registered in
spring.factories
.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Method Summary
-
Method Details
-
preinitialize
-