Interface BrowseEndpointBuilderFactory.BrowseBuilders

    • Method Detail

      • browse

        default BrowseEndpointBuilderFactory.BrowseEndpointBuilder browse​(String path)
        Browse (camel-browse) Inspect the messages received on endpoints supporting BrowsableEndpoint. Category: core,monitoring Since: 1.3 Maven coordinates: org.apache.camel:camel-browse Syntax: browse:name Path parameter: name (required) A name which can be any string to uniquely identify the endpoint
        Parameters:
        path - name
        Returns:
        the dsl builder
      • browse

        default BrowseEndpointBuilderFactory.BrowseEndpointBuilder browse​(String componentName,
                                                                          String path)
        Browse (camel-browse) Inspect the messages received on endpoints supporting BrowsableEndpoint. Category: core,monitoring Since: 1.3 Maven coordinates: org.apache.camel:camel-browse Syntax: browse:name Path parameter: name (required) A name which can be any string to uniquely identify the endpoint
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder