Interface TikaEndpointBuilderFactory.TikaBuilders

    • Method Detail

      • tika

        default TikaEndpointBuilderFactory.TikaEndpointBuilder tika​(String path)
        Tika (camel-tika) Parse documents and extract metadata and text using Apache Tika. Category: document,transformation Since: 2.19 Maven coordinates: org.apache.camel:camel-tika Syntax: tika:operation Path parameter: operation (required) Operation type There are 2 enums and the value can be one of: parse, detect
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • tika

        default TikaEndpointBuilderFactory.TikaEndpointBuilder tika​(String componentName,
                                                                    String path)
        Tika (camel-tika) Parse documents and extract metadata and text using Apache Tika. Category: document,transformation Since: 2.19 Maven coordinates: org.apache.camel:camel-tika Syntax: tika:operation Path parameter: operation (required) Operation type There are 2 enums and the value can be one of: parse, detect
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder