Interface BrowseEndpointBuilderFactory.BrowseBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
BrowseEndpointBuilderFactory

public static interface BrowseEndpointBuilderFactory.BrowseBuilders
  • Method Details

    • browse

      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