Interface AtmosEndpointBuilderFactory.AtmosBuilders

    • Method Detail

      • atmos

        default AtmosEndpointBuilderFactory.AtmosEndpointBuilder atmos​(String path)
        Atmos (camel-atmos) Integrate with EMC's ViPR object data services using the Atmos Client. Category: cloud,file Since: 2.15 Maven coordinates: org.apache.camel:camel-atmos Syntax: atmos:name/operation Path parameter: name Atmos name Path parameter: operation (required) Operation to perform There are 5 enums and the value can be one of: put, del, search, get, move
        Parameters:
        path - name/operation
        Returns:
        the dsl builder
      • atmos

        default AtmosEndpointBuilderFactory.AtmosEndpointBuilder atmos​(String componentName,
                                                                       String path)
        Atmos (camel-atmos) Integrate with EMC's ViPR object data services using the Atmos Client. Category: cloud,file Since: 2.15 Maven coordinates: org.apache.camel:camel-atmos Syntax: atmos:name/operation Path parameter: name Atmos name Path parameter: operation (required) Operation to perform There are 5 enums and the value can be one of: put, del, search, get, move
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name/operation
        Returns:
        the dsl builder