Documentation

ActivityInvocationCacheInterface

Table of Contents

Methods

canHandle()  : bool
clear()  : void
execute()  : PromiseInterface
saveCompletion()  : void
saveFailure()  : void

Methods

saveCompletion()

public saveCompletion(string $activityMethodName, mixed $value) : void
Parameters
$activityMethodName : string
$value : mixed

saveFailure()

public saveFailure(string $activityMethodName, Throwable $error) : void
Parameters
$activityMethodName : string
$error : Throwable

        
On this page

Search results