Class DeploymentProcessingService
java.lang.Object
org.qubership.integration.platform.engine.service.deployment.processing.DeploymentProcessingService
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentProcessingService(Collection<DeploymentProcessingAction> beforeContextCreatedActions, Collection<DeploymentProcessingAction> afterContextCreatedActions, Collection<DeploymentProcessingAction> stopContextActions) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessAfterContextCreated(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidprocessBeforeContextCreated(DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) voidprocessStopContext(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration)
-
Constructor Details
-
DeploymentProcessingService
@Autowired public DeploymentProcessingService(Collection<DeploymentProcessingAction> beforeContextCreatedActions, Collection<DeploymentProcessingAction> afterContextCreatedActions, Collection<DeploymentProcessingAction> stopContextActions)
-
-
Method Details
-
processBeforeContextCreated
public void processBeforeContextCreated(DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) -
processAfterContextCreated
public void processAfterContextCreated(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) -
processStopContext
public void processStopContext(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration)
-