Package net.solarnetwork.central.biz
Interface AppWarmUpTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
API for a task to perform immediately after the application starts up.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
WARMUP
A qualifier or profile for warm-up tasks.- See Also:
-
IDENT
An identifier string to use in place of a real identifier.- See Also:
-
-
Method Details
-
warmUp
Perform the warm-up task.- Throws:
Exception- if any error occurs
-