Comunica
    Preparing search index...

    Class ActorIteratorTransform<TS>Abstract

    A comunica actor for transform-iterator events.

    Actor types: Input: IActionIteratorTransform: Data that denotes what type of stream is being wrapped, what actor produced this stream, and the stream itself

    • Test:
    • Output: IActorIteratorTransformOutput: The transformed stream and additional metadata.
    • IActionIteratorTransform
    • IActorIteratorTransformOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        ActionIteratorTransform,
        IActorTest,
        ActorIteratorTransformOutput,
        TS,
    >[] = []

    Actor that must be registered in the bus before this actor.

    bus: Bus<
        Actor<
            ActionIteratorTransform,
            IActorTest,
            ActorIteratorTransformOutput,
            TS,
        >,
        ActionIteratorTransform,
        IActorTest,
        ActorIteratorTransformOutput,
        TS,
    >

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods