Interface ComponentNameResolver


  • public interface ComponentNameResolver
    Discovers which components are available on the classpath.
    • Method Detail

      • resolveNames

        Set<String> resolveNames​(CamelContext camelContext)
        Discovers which components are available on the classpath.
        Parameters:
        camelContext - the camel context
        Returns:
        the component names on the classpath