Interface PlatformHttpConsumer
- All Superinterfaces:
AutoCloseable,org.apache.camel.Consumer,org.apache.camel.EndpointAware,org.apache.camel.Service
public interface PlatformHttpConsumer
extends org.apache.camel.Consumer
Consumer for the platform-http component.
-
Method Summary
Methods inherited from interface org.apache.camel.Consumer
createExchange, defaultConsumerCallback, getProcessor, releaseExchangeMethods inherited from interface org.apache.camel.Service
build, close, init, start, stop
-
Method Details
-
getEndpoint
PlatformHttpEndpoint getEndpoint()Gets thePlatformHttpEndpointfor the consumer.- Specified by:
getEndpointin interfaceorg.apache.camel.EndpointAware
-