Uses of Interface
org.apache.camel.component.platform.http.spi.PlatformHttpConsumer
Packages that use PlatformHttpConsumer
Package
Description
-
Uses of PlatformHttpConsumer in org.apache.camel.component.platform.http
Methods in org.apache.camel.component.platform.http that return PlatformHttpConsumerModifier and TypeMethodDescriptionprotected PlatformHttpConsumerPlatformHttpEndpoint.createPlatformHttpConsumer(org.apache.camel.Processor processor) DefaultPlatformHttpConsumer.getPlatformHttpConsumer()Methods in org.apache.camel.component.platform.http with parameters of type PlatformHttpConsumerModifier and TypeMethodDescriptionprotected voidDefaultPlatformHttpConsumer.configurePlatformHttpConsumer(PlatformHttpConsumer platformHttpConsumer) -
Uses of PlatformHttpConsumer in org.apache.camel.component.platform.http.spi
Methods in org.apache.camel.component.platform.http.spi that return PlatformHttpConsumerModifier and TypeMethodDescriptionPlatformHttpEngine.createConsumer(PlatformHttpEndpoint platformHttpEndpoint, org.apache.camel.Processor processor) Creates a newPlatformHttpConsumerfor the givenPlatformHttpEndpoint.PlatformHttpConsumerAware.getPlatformHttpConsumer()Gets thePlatformHttpConsumer.