public interface DeploymentProcessorTarget
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentProcessor(Phase phase,
int priority,
DeploymentUnitProcessor processor)
Deprecated.
|
void |
addDeploymentProcessor(String subsystemName,
Phase phase,
int priority,
DeploymentUnitProcessor processor)
Add a deployment processor.
|
void addDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)
subsystemName
- The name of the subsystem registering this processorphase
- the processor phase install into (must not be null
)priority
- the priority within the selected phaseprocessor
- the processor to install@Deprecated void addDeploymentProcessor(Phase phase, int priority, DeploymentUnitProcessor processor)
phase
- the processor phase install into (must not be null
)priority
- the priority within the selected phaseprocessor
- the processor to installCopyright © 2023 JBoss by Red Hat. All rights reserved.