blob: 72a2fa3303841fa37738580994f87e62ec9cac84 [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>>