Package org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before
Class KafkaTopicAndConnectionCheckAction
java.lang.Object
org.qubership.integration.platform.engine.service.deployment.processing.ElementProcessingAction
org.qubership.integration.platform.engine.service.deployment.processing.actions.context.before.KafkaTopicAndConnectionCheckAction
- All Implemented Interfaces:
DeploymentProcessingAction
@Component
@ConditionalOnProperty(name="qip.camel.component.kafka.predeploy-check-enabled",
havingValue="true",
matchIfMissing=true)
public class KafkaTopicAndConnectionCheckAction
extends ElementProcessingAction
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaTopicAndConnectionCheckAction(VariablesService variablesService, PredeployCheckKafkaConfiguration predeployCheckKafkaConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplicableTo(ElementProperties properties) voidapply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) Methods inherited from class org.qubership.integration.platform.engine.service.deployment.processing.ElementProcessingAction
execute
-
Constructor Details
-
KafkaTopicAndConnectionCheckAction
@Autowired public KafkaTopicAndConnectionCheckAction(VariablesService variablesService, PredeployCheckKafkaConfiguration predeployCheckKafkaConfiguration)
-
-
Method Details
-
applicableTo
- Specified by:
applicableToin classElementProcessingAction
-
apply
public void apply(org.apache.camel.spring.SpringCamelContext context, ElementProperties elementProperties, DeploymentInfo deploymentInfo) - Specified by:
applyin classElementProcessingAction
-