blob: 565639d07f581b8a3d7b99d6f44c0671b1c33944 [file] [log] [blame]
[[BrowsableEndpoint-BrowsableEndpoint]]
=== BrowsableEndpoint
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/spi/BrowsableEndpoint.html[BrowsableEndpoint]
is an extension interface an Endpoint may implement
to support the browsing of the Message exchanges
which are pending or have been sent on it.
Some example implementations include
* <<jms-component,JMS>> for queues only (as of 1.3.0)
* List
* <<mock-component,Mock>>
* <<seda-component,Seda>>
* <<vm-component,VM>>