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 TypeMethodDescriptiondefault voidconfigure(CamelContext camelContext) Method that allows to do custom configuration during Camel startup.
-
Method Details
-
configure
Method that allows to do custom configuration during Camel startup.- Parameters:
camelContext- the context- Throws:
Exception
-