Interface EndpointIdentificationStrategy

All Known Implementing Classes:
OperationIdIdentificationStrategy

public interface EndpointIdentificationStrategy
Strategy used to identify API endpoint based on the information contained in the endpoint's context data
  • Method Summary

    Modifier and Type
    Method
    Description
    findEndpointId(EndpointContextData endpointContextData)
    Determines the endpoint id based on the information contained in the endpoint's context data
  • Method Details

    • findEndpointId

      Optional<String> findEndpointId(EndpointContextData endpointContextData)
      Determines the endpoint id based on the information contained in the endpoint's context data
      Parameters:
      endpointContextData - endpoint's context data
      Returns:
      endpoint ID wrapped by Optional or empty Optional if endpoint ID can not be identified