Interface IRequestContext

All Known Implementing Classes:
RequestContext

public interface IRequestContext
Bundles context information which is amended to the partner SDK operations.
  • 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.