Interface CamelConfiguration


public interface CamelConfiguration
Configuration class for Camel applications. This class allows doing custom configuration during Camel startup such as setting up custom beans using the BindToRegistry annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    configure(CamelContext camelContext)
    Method that allows to do custom configuration during Camel startup.
  • Method Details

    • configure

      default void configure(CamelContext camelContext) throws Exception
      Method that allows to do custom configuration during Camel startup.
      Parameters:
      camelContext - the context
      Throws:
      Exception