Package org.apache.camel.k.webhook
Class WebhookContextCustomizer
- java.lang.Object
-
- org.apache.camel.k.webhook.WebhookContextCustomizer
-
- All Implemented Interfaces:
Comparable<org.apache.camel.k.ContextCustomizer>
,org.apache.camel.k.ContextCustomizer
,org.apache.camel.Ordered
@Configurer public class WebhookContextCustomizer extends Object implements org.apache.camel.k.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)
-
-
-
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 interfaceorg.apache.camel.k.ContextCustomizer
-
-