Class WebhookUtils
java.lang.Object
org.apache.camel.component.webhook.WebhookUtils
Some utilities for the webhook component.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.spi.RestConsumerFactorylocateRestConsumerFactory(org.apache.camel.CamelContext context, WebhookConfiguration configuration) Used to locate the most suitableRestConsumerFactory.
-
Method Details
-
locateRestConsumerFactory
public static org.apache.camel.spi.RestConsumerFactory locateRestConsumerFactory(org.apache.camel.CamelContext context, WebhookConfiguration configuration) Used to locate the most suitableRestConsumerFactory.
-