public interface Prioritizable
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Zero-relative priority.
|
int getPriority()
Zero-relative priority.
The higher priority means that the service will be loaded sooner,
the lower priority means that the service will be loaded later.
By default, any service (even though it isn't Prioritizable has priority equal to 0.
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.