Documentation

InMemoryActivityInvocationCache
in package
implements ActivityInvocationCacheInterface

FinalYes

Table of Contents

Interfaces

ActivityInvocationCacheInterface

Properties

$cache  : array<string|int, mixed>
$dataConverter  : DataConverterInterface

Methods

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

Properties

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