Interface EndpointIdentificationStrategy
-
- All Known Implementing Classes:
OperationIdIdentificationStrategy
public interface EndpointIdentificationStrategyStrategy used to identify API endpoint based on the information contained in the endpoint's context data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>findEndpointId(EndpointContextData endpointContextData)Determines the endpoint id based on the information contained in the endpoint's context data
-
-
-
Method Detail
-
findEndpointId
java.util.Optional<java.lang.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
-
-