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 Detail

      • configure

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