@OpenApiAll public interface AMConfigurator extends ConfiguratorWithPriority
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
configure(ActionsManager manager)
Method for configuring manager.
|
default int |
getPriority()
Returns priority of this configurator.
|
void configure(ActionsManager manager)
manager
- actions manager to be configured.default int getPriority()
getPriority
in interface ConfiguratorWithPriority
getPriority
in interface PriorityProvider
PriorityProvider.HIGH_PRIORITY
,
PriorityProvider.MEDIUM_PRIORITY
,
PriorityProvider.LOW_PRIORITY