Interface PlatformHttpConsumerAware

All Known Implementing Classes:
DefaultPlatformHttpConsumer

public interface PlatformHttpConsumerAware
An interface to represent an object that has been injected with PlatformHttpConsumer.
  • Method Details

    • getPlatformHttpConsumer

      PlatformHttpConsumer getPlatformHttpConsumer()
    • registerAfterConfigured

      void registerAfterConfigured(org.apache.camel.AfterPropertiesConfigured listener)
      Registers a listener that is called after the PlatformHttpConsumer has set options from properties.

      For example used by camel-rest-openapi