Interface EndpointAware

All Known Subinterfaces:
AsyncProducer, BatchConsumer, Consumer, PollingConsumer, Producer

public interface EndpointAware
An interface to represent an object such as a Processor that uses an Endpoint
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the endpoint associated with an object.
  • Method Details

    • getEndpoint

      Endpoint getEndpoint()
      Gets the endpoint associated with an object. It's the endpoint for sending to for components like Producer or for consuming from for components like Consumer or Route
      Returns:
      the endpoint