Uses of Class
org.apache.camel.component.webhook.WebhookConfiguration
-
Uses of WebhookConfiguration in org.apache.camel.component.webhook
Methods in org.apache.camel.component.webhook that return WebhookConfigurationModifier and TypeMethodDescriptionWebhookConfiguration.copy()Returns a copy of this configurationWebhookComponent.getConfiguration()WebhookEndpoint.getConfiguration()Methods in org.apache.camel.component.webhook with parameters of type WebhookConfigurationModifier and TypeMethodDescriptionstatic org.apache.camel.spi.RestConsumerFactoryWebhookUtils.locateRestConsumerFactory(org.apache.camel.CamelContext context, WebhookConfiguration configuration) Used to locate the most suitableRestConsumerFactory.voidWebhookComponent.setConfiguration(WebhookConfiguration configuration) Set the default configuration for the webhook meta-component.voidWebhookCapableEndpoint.setWebhookConfiguration(WebhookConfiguration webhookConfiguration) Used by the workflow manager to inject webhook configuration options.Constructors in org.apache.camel.component.webhook with parameters of type WebhookConfigurationModifierConstructorDescriptionWebhookEndpoint(String uri, WebhookComponent component, WebhookConfiguration configuration)