Uses of Class
org.apache.camel.k.webhook.WebhookAction
-
-
Uses of WebhookAction in org.apache.camel.k.webhook
Methods in org.apache.camel.k.webhook that return WebhookAction Modifier and Type Method Description WebhookAction
WebhookContextCustomizer. getAction()
static WebhookAction
WebhookAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebhookAction[]
WebhookAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.k.webhook with parameters of type WebhookAction Modifier and Type Method Description void
WebhookContextCustomizer. setAction(WebhookAction action)
Constructors in org.apache.camel.k.webhook with parameters of type WebhookAction Constructor Description WebhookRoutePolicyFactory(WebhookAction action)
-