Documentation

RoadRunnerActivityInvocationCache
in package
implements ActivityInvocationCacheInterface

FinalYes

Table of Contents

Interfaces

ActivityInvocationCacheInterface

Constants

CACHE_NAME  = 'test'

Properties

$cache  : StorageInterface
$dataConverter  : DataConverterInterface

Methods

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

Constants

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