Interface EndpointManager


public interface EndpointManager
Author:
David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
    Get an endpoint reference to access the underlying connector.
  • Method Details

    • get

      Endpoint get(String name)
      Get an endpoint reference to access the underlying connector.
      Parameters:
      name - The name of the endpoint (single endpoint or group endpoint).
      Returns:
      Endpoint reference. Can be null.