public class WebhookConnectorCustomizer extends Object implements ComponentProxyCustomizer, org.apache.camel.CamelContextAware, DataShapeAware
| Constructor and Description |
|---|
WebhookConnectorCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(ComponentProxyComponent component,
Map<String,Object> options) |
org.apache.camel.CamelContext |
getCamelContext() |
DataShape |
getInputDataShape() |
DataShape |
getOutputDataShape() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
void |
setInputDataShape(DataShape inputDataShape) |
void |
setOutputDataShape(DataShape outputDataShape) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumeOption, consumeOptiontrySetInputDataShapetrySetOutputDataShapepublic static final String SCHEMA_ID
public void customize(ComponentProxyComponent component, Map<String,Object> options)
customize in interface ComponentCustomizer<ComponentProxyComponent>public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic DataShape getInputDataShape()
getInputDataShape in interface InputDataShapeAwarepublic void setInputDataShape(DataShape inputDataShape)
setInputDataShape in interface InputDataShapeAwarepublic DataShape getOutputDataShape()
getOutputDataShape in interface OutputDataShapeAwarepublic void setOutputDataShape(DataShape outputDataShape)
setOutputDataShape in interface OutputDataShapeAwareCopyright © 2016–2019 Red Hat. All rights reserved.