Interface GrapeEndpointBuilderFactory.GrapeBuilders

    • Method Detail

      • grape

        default GrapeEndpointBuilderFactory.GrapeEndpointBuilder grape​(String path)
        Grape (camel-grape) Fetch, load and manage additional jars dynamically after Camel Context was started. Category: management,deployment Since: 2.16 Maven coordinates: org.apache.camel:camel-grape Syntax: grape:defaultCoordinates Path parameter: defaultCoordinates (required) Maven coordinates to use as default to grab if the message body is empty.
        Parameters:
        path - defaultCoordinates
        Returns:
        the dsl builder
      • grape

        default GrapeEndpointBuilderFactory.GrapeEndpointBuilder grape​(String componentName,
                                                                       String path)
        Grape (camel-grape) Fetch, load and manage additional jars dynamically after Camel Context was started. Category: management,deployment Since: 2.16 Maven coordinates: org.apache.camel:camel-grape Syntax: grape:defaultCoordinates Path parameter: defaultCoordinates (required) Maven coordinates to use as default to grab if the message body is empty.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - defaultCoordinates
        Returns:
        the dsl builder