Class CallableWaiter
Callable wait implementation
- Guzzle\Common\AbstractHasDispatcher implements Guzzle\Common\HasDispatcherInterface
-
Aws\Common\Waiter\AbstractWaiter
implements
Aws\Common\Waiter\WaiterInterface
-
Aws\Common\Waiter\CallableWaiter
Methods summary
-
publicsetCallable ( callable $callable )Set the callable function to call in each wait attempt
-
publicsetContext ( array $context )Set additional context for the callable function. This data will be passed into the callable function as the second argument
-
publicdoWait ( )Method to implement in subclasses
Methods detail
Set the callable function to call in each wait attempt
Parameters
- $callable
callable
$callable Callable function
Returns
Throws
Set additional context for the callable function. This data will be passed into the callable function as the second argument
Parameters
- $context
array
$context Additional context
Returns
Method to implement in subclasses
Returns
booleanReturn true when successful, false on failure
Methods inherited from Aws\Common\Waiter\AbstractWaiter
getAllEvents(),
getInterval(),
getMaxAttempts(),
setConfig(),
setInterval(),
setMaxAttempts(),
wait()
Methods inherited from Guzzle\Common\AbstractHasDispatcher
addSubscriber(),
dispatch(),
getEventDispatcher(),
setEventDispatcher()
Magic methods summary
Constants summary
Constants inherited from Aws\Common\Waiter\WaiterInterface
Properties summary
protected
callable
|
$callable |
#
Callable function |
protected
array
|
$context |
#
Additional context for the callable function |