class documentation

class _PayloadTransformVisitor(VisitorFunctions): (source)

Constructor: _PayloadTransformVisitor(f)

View In Hierarchy

Adapts a payload-sequence transform for use with PayloadVisitor.

Method __init__ Undocumented
Async Method visit_payload Visit a single payload.
Async Method visit_payloads Visit a sequence of payloads together.
Instance Variable _f Undocumented

Inherited from VisitorFunctions:

Method checkpoint Return a marker for visits scheduled after this point, if supported.
Async Method drain_since Wait for visits scheduled after checkpoint to finish.
Async Method visit_system_nexus_envelope Visit a recognized system Nexus envelope payload.
async def visit_payloads(self, payloads: PayloadSequence): (source)

Visit a sequence of payloads together.

Undocumented