Interface ApplicationInstanceHandler

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 ApplicationInstanceHandler
Handler function to be invoked when a child application instance is started.
Since:
1.4.2
  • Method Summary

    Modifier and Type Method Description
    void onInstanceStarted​(ApplicationInstance instance)
    Executed when a child application instance is started.
  • Method Details

    • onInstanceStarted

      void onInstanceStarted​(ApplicationInstance instance)
      Executed when a child application instance is started.
      Parameters:
      instance - the started application instance, never null