public interface PlatformHttpEngine
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(PlatformHttpEndpoint platformHttpEndpoint,
org.apache.camel.Processor processor)
Creates a new
Consumer for the given PlatformHttpEndpoint. |
org.apache.camel.Consumer createConsumer(PlatformHttpEndpoint platformHttpEndpoint, org.apache.camel.Processor processor)
Consumer for the given PlatformHttpEndpoint.platformHttpEndpoint - the PlatformHttpEndpoint to create a consumer forprocessor - the Processor to pass toConsumerApache Camel