Package org.apache.camel.spi
Interface BrowsableEndpoint
-
- All Superinterfaces:
AutoCloseable,Endpoint,IsSingleton,Service
public interface BrowsableEndpoint extends Endpoint
An optional interface anEndpointmay choose to implement which allows it to expose a way of browsing the exchanges available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Exchange>getExchanges()Return the exchanges available on this endpoint-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContext
-
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
-