Flow PHP

TelemetryContext

FinalYes
Tags
phpstan-import-type

TAttributeValueMap from Attributes

Properties

$options  : TelemetryOptions

Methods

__construct()  : mixed
dataFrameBatchProcessed()  : void
dataFrameCompleted()  : void
dataFrameStarted()  : void
loadingCompleted()  : void
loadingFailed()  : void
loadingStarted()  : void
logger()  : Logger
transformationCompleted()  : void
transformationFailed()  : void
transformationStarted()  : void

Properties

Methods

dataFrameCompleted()

public dataFrameCompleted(FlowContext $context[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$context : FlowContext
$attributes : TAttributeValueMap = []

loadingCompleted()

public loadingCompleted(Loader $loader[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$loader : Loader
$attributes : TAttributeValueMap = []

loadingFailed()

public loadingFailed(Loader $loader, Throwable $exception[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$loader : Loader
$exception : Throwable
$attributes : TAttributeValueMap = []

loadingStarted()

public loadingStarted(Loader $loader[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$loader : Loader
$attributes : TAttributeValueMap = []

transformationCompleted()

public transformationCompleted(Transformer $transformer[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$transformer : Transformer
$attributes : TAttributeValueMap = []

transformationFailed()

public transformationFailed(Transformer $transformer, Throwable $exception[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$transformer : Transformer
$exception : Throwable
$attributes : TAttributeValueMap = []

transformationStarted()

public transformationStarted(Transformer $transformer[, TAttributeValueMap $attributes = [] ]) : void
Parameters
$transformer : Transformer
$attributes : TAttributeValueMap = []

        
On this page

Search results