Interface ConfigurerResolver


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

  • Method Details

    • 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