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:

The correlation identifier.

getLocale

public abstract String getLocale()

Gets the locale.

Returns:

The locale.

getRequestId

public abstract UUID getRequestId()

Gets the request identifier. Uniquely identifies the partner service operation.

Returns:

The request identifier.

Applies to