Interface DelegateEndpoint

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

public interface DelegateEndpoint extends Endpoint
An interface to represent an Endpoint which are delegated.
  • Method Details

    • getEndpoint

      Endpoint getEndpoint()
      Gets the delegated Endpoint.
      Returns:
      the Endpoint we delegate to