Package org.apache.camel.spi
Interface BrowsableEndpoint
- All Superinterfaces:
AutoCloseable,ComponentAware,Endpoint,IsSingleton,Service
An optional interface an
Endpoint may choose to implement which allows it to expose a way of browsing the
exchanges available.-
Method Summary
Modifier and TypeMethodDescriptionReturn the exchanges available on this endpointMethods inherited from interface org.apache.camel.ComponentAware
getComponent, getComponent, setComponentMethods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContextMethods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
Method Details
-
getExchanges
Return the exchanges available on this endpoint- Returns:
- the exchanges on this endpoint
-