Class FixedSegmentNamingStrategy
java.lang.Object
com.amazonaws.xray.strategy.jakarta.FixedSegmentNamingStrategy
- All Implemented Interfaces:
SegmentNamingStrategy
Deprecated.
-
Field Summary
Fields inherited from interface com.amazonaws.xray.strategy.jakarta.SegmentNamingStrategy
NAME_OVERRIDE_ENVIRONMENT_VARIABLE_KEY, NAME_OVERRIDE_SYSTEM_PROPERTY_KEY
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionnameForRequest
(jakarta.servlet.http.HttpServletRequest request) Deprecated.Returns a segment name for an incoming request.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.amazonaws.xray.strategy.jakarta.SegmentNamingStrategy
getOverrideName
-
Constructor Details
-
FixedSegmentNamingStrategy
Deprecated.
-
-
Method Details
-
nameForRequest
Deprecated.Returns a segment name for an incoming request.- Specified by:
nameForRequest
in interfaceSegmentNamingStrategy
- Parameters:
request
- the incoming request- Returns:
- the name for the segment representing the request.
-
SegmentNamingStrategy.fixed(String)
.