Package org.apache.camel.k.webhook
Class WebhookContextCustomizer
- java.lang.Object
-
- org.apache.camel.k.webhook.WebhookContextCustomizer
-
- All Implemented Interfaces:
Comparable<ContextCustomizer>
,ContextCustomizer
,org.apache.camel.Ordered
@Configurer public class WebhookContextCustomizer extends Object implements ContextCustomizer
-
-
Constructor Summary
Constructors Constructor Description WebhookContextCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.apache.camel.CamelContext camelContext)
WebhookAction
getAction()
void
setAction(WebhookAction action)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.k.ContextCustomizer
compareTo, getOrder
-
-
-
-
Method Detail
-
getAction
public WebhookAction getAction()
-
setAction
public void setAction(WebhookAction action)
-
apply
public void apply(org.apache.camel.CamelContext camelContext)
- Specified by:
apply
in interfaceContextCustomizer
-
-