Interface UriFactoryResolver


  • public interface UriFactoryResolver
    A pluggable strategy for resolving different URI factories in a loosely coupled manner.
    • Method Detail

      • resolveFactory

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