PHP Class Aws\DynamoDb\LockingSessionConnection

Inheritance: extends Aws\DynamoDb\StandardSessionConnection
Show file Open project: aws/aws-sdk-php

Public Methods

Method Description
__construct ( Aws\DynamoDb\DynamoDbClient $client, array $config = [] )
read ( $id ) {@inheritdoc} Retries the request until the lock can be acquired

Method Details

__construct() public method

public __construct ( Aws\DynamoDb\DynamoDbClient $client, array $config = [] )
$client Aws\DynamoDb\DynamoDbClient
$config array

read() public method

{@inheritdoc} Retries the request until the lock can be acquired
public read ( $id )