PHP Class Aws\DynamoDb\LockingSessionConnection

Inheritance: extends Aws\DynamoDb\StandardSessionConnection
Afficher le fichier Open project: aws/aws-sdk-php

Méthodes publiques

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

Method Details

__construct() public méthode

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

read() public méthode

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