Interface BrowseEndpointBuilderFactory.BrowseBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
BrowseEndpointBuilderFactory
public static interface BrowseEndpointBuilderFactory.BrowseBuilders
-
Method Summary
Modifier and TypeMethodDescriptionBrowse (camel-browse) Inspect the messages received on endpoints supporting BrowsableEndpoint.Browse (camel-browse) Inspect the messages received on endpoints supporting BrowsableEndpoint.
-
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:namePath 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:namePath 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 namepath- name- Returns:
- the dsl builder
-