Interface BrowsableEndpoint

All Superinterfaces:
AutoCloseable, ComponentAware, Endpoint, IsSingleton, Service

public interface BrowsableEndpoint extends Endpoint
An optional interface an Endpoint may choose to implement which allows it to expose a way of browsing the exchanges available.
  • Method Details

    • getExchanges

      List<Exchange> getExchanges()
      Return the exchanges available on this endpoint
      Returns:
      the exchanges on this endpoint