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.

@FunctionalInterface public interface AppWarmUpTask
API for a task to perform immediately after the application starts up.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    An identifier string to use in place of a real identifier.
    static final String
    A qualifier or profile for warm-up tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform the warm-up task.
  • Field Details

  • Method Details

    • warmUp

      void warmUp() throws Exception
      Perform the warm-up task.
      Throws:
      Exception - if any error occurs