DEFAULT_PRIORITY
Modifier and Type | Method and Description |
---|---|
default int |
getPriority()
Returns the priority of this element.
|
void |
stopped()
Invoked when the framework shuts down.
|
default int getPriority()
Priorized
getPriority
in interface Priorized
void stopped()
This method must not block (and wait for internals to stop). This can be done in
Killable.awaitTermination()
.
Copyright © 2018. All rights reserved.