extractTransactionId

@Deprecated(message = "Get transactionId from response headers", replaceWith = @ReplaceWith(imports = {}, expression = "response.headers[transaction-id]"))
public final String extractTransactionId<T extends Any>(<Error class: unknown class><T> response)

Deprecated

Get transactionId from response headers

Replace with

response.headers[transaction-id]

Extracts the transaction ID from a response object if it exists; otherwise, returns null.