Interface ConfigurerResolver


  • public interface ConfigurerResolver
    A pluggable strategy for resolving different configurers in a loosely coupled manner
    • Method Detail

      • resolvePropertyConfigurer

        PropertyConfigurer resolvePropertyConfigurer​(String name,
                                                     CamelContext context)
        Resolves the given configurer.
        Parameters:
        name - the name of the configurer (timer-component or timer-endpoint etc)
        context - the camel context
        Returns:
        the resolved configurer, or null if no configurer could be found