Interface IRequestContext
- All Known Implementing Classes:
RequestContext
public interface IRequestContext
Bundles context information which is amended to the partner SDK operations.
-
Method Summary
Modifier and Type Method Description UUIDgetCorrelationId()Gets the correlation identifier.StringgetLocale()Gets the locale.UUIDgetRequestId()Gets the request identifier.
-
Method Details
-
getRequestId
UUID getRequestId()Gets the request identifier. Uniquely identifies the partner service operation.- Returns:
- The request identifier.
-
getCorrelationId
UUID getCorrelationId()Gets the correlation identifier. This identifier is used to group logical operations together.- Returns:
- The correlation identifier.
-
getLocale
String getLocale()Gets the locale.- Returns:
- The locale.
-