IRequestContext Interface
public interface IRequestContext
Bundles context information which is amended to the partner SDK operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.util.UUID |
getCorrelationId()
Gets the correlation identifier. |
| abstract java.lang.String |
getLocale()
Gets the locale. |
| abstract java.util.UUID |
getRequestId()
Gets the request identifier. |
Method Details
getCorrelationId
public abstract UUID getCorrelationId()
Gets the correlation identifier. This identifier is used to group logical operations together.
Returns:
getLocale
public abstract String getLocale()
Gets the locale.
Returns:
getRequestId
public abstract UUID getRequestId()
Gets the request identifier. Uniquely identifies the partner service operation.
Returns: