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
-
public
setCallable ( callable $callable )
Set the callable function to call in each wait attempt
-
public
setContext ( array $context )
Set additional context for the callable function. This data will be passed into the callable function as the second argument
-
public
doWait ( )
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
boolean
Return 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 |