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.
Handler function to be invoked when a child application instance is started.
- Since:
- 1.4.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidonInstanceStarted(ApplicationInstance instance) Executed when a child application instance is started.
-
Method Details
-
onInstanceStarted
Executed when a child application instance is started.- Parameters:
instance- the started application instance, nevernull
-