public interface Startable extends Priorized
In contrast to Initializable
this might be called a bit later, since the system is first
initialized and then started up. However, one can assume that all annotations have been processed and dependent parts
can be accessed.
The framework lifecycle is split into three phases:
DEFAULT_PRIORITY
Modifier and Type | Method and Description |
---|---|
default int |
getPriority()
Returns the priority of this element.
|
void |
started()
Invoked when the framework starts up.
|
default int getPriority()
Priorized
getPriority
in interface Priorized
void started()
Copyright © 2018. All rights reserved.