Package org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before
Class RegisterRoutesInControlPlaneAction
java.lang.Object
org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before.RegisterRoutesInControlPlaneAction
- All Implemented Interfaces:
DeploymentProcessingAction
@Component
@ConditionalOnBean(ControlPlaneService.class)
public class RegisterRoutesInControlPlaneAction
extends Object
implements DeploymentProcessingAction
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterRoutesInControlPlaneAction(VariablesService variablesService, ControlPlaneService controlPlaneService, ApplicationAutoConfiguration applicationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) static DeploymentRouteUpdate
-
Constructor Details
-
RegisterRoutesInControlPlaneAction
@Autowired public RegisterRoutesInControlPlaneAction(VariablesService variablesService, ControlPlaneService controlPlaneService, ApplicationAutoConfiguration applicationConfiguration)
-
-
Method Details
-
execute
public void execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) - Specified by:
executein interfaceDeploymentProcessingAction
-
formatServiceRoutes
-