Class ElementProcessingAction
java.lang.Object
org.qubership.integration.platform.engine.service.deployment.processing.ElementProcessingAction
- All Implemented Interfaces:
DeploymentProcessingAction
- Direct Known Subclasses:
AmpqConnectionCheckAction,AmpqDependencyBinder,GrpcElementDependencyBinder,HttpSenderDependencyBinder,HttpTriggerDependencyBinder,JmsElementDependencyBinder,KafkaElementDependencyBinder,KafkaTopicAndConnectionCheckAction,SdsConnectionCheckAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanapplicableTo(ElementProperties properties) abstract voidapply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo) voidexecute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration)
-
Constructor Details
-
ElementProcessingAction
public ElementProcessingAction()
-
-
Method Details
-
execute
public void execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) - Specified by:
executein interfaceDeploymentProcessingAction
-
applicableTo
-
apply
public abstract void apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties properties, DeploymentInfo deploymentInfo)
-