@Unstable @Role public interface GroupedJobInitializer
GroupedJob
.
Note that the initializer is retrieved by the executor manager by looking on the getId()
: the hint of the
component is never used to retrieve it. Moreover initializers are retrieved by looking on the hierarchy of the
JobGroupPath
, so if no initializer is found with the exact path, the closest one matching the path hierarchy
will be used.Modifier and Type | Method and Description |
---|---|
int |
getDefaultPriority() |
JobGroupPath |
getId() |
int |
getPoolSize() |
JobGroupPath getId()
JobGroupPath
that this initializer should be used for.int getPoolSize()
GroupedJob
.int getDefaultPriority()
Copyright © 2004–2021 XWiki. All rights reserved.