Interface PlatformHttpConsumerAware
- All Known Implementing Classes:
DefaultPlatformHttpConsumer
public interface PlatformHttpConsumerAware
An interface to represent an object that has been injected with
PlatformHttpConsumer.-
Method Summary
Modifier and TypeMethodDescriptionGets thePlatformHttpConsumer.voidregisterAfterConfigured(org.apache.camel.AfterPropertiesConfigured listener) Registers a listener that is called after thePlatformHttpConsumerhas set options from properties.
-
Method Details
-
getPlatformHttpConsumer
PlatformHttpConsumer getPlatformHttpConsumer()Gets thePlatformHttpConsumer. -
registerAfterConfigured
void registerAfterConfigured(org.apache.camel.AfterPropertiesConfigured listener) Registers a listener that is called after thePlatformHttpConsumerhas set options from properties. For example used by camel-rest-openapi
-