Browse

Browse

Description: The Browse Component provides a simple BrowsableEndpoint for testing visualization or debugging.
Scheme: browse
Syntax: browse:name
Maven: org.apache.camel/camel-core/2.16.1

An endpoint which maintains a {@link List} of {@link Exchange} instances which can be useful for tooling, debugging and visualising routes.

Name Kind Group Required Default Type Enum Description
name path common true java.lang.String A name which can be any string to uniquely identify the endpoint
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange.
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). @param synchronous true to enforce synchronous processing