class documentation
class VisitorFunctions(abc.ABC): (source)
Known subclasses: temporalio.bridge.worker._Visitor
Set of functions which can be called by the visitor. Allows handling payloads as a sequence.
Async Method | visit |
Called when encountering a single payload. |
Async Method | visit |
Called when encountering multiple payloads together. |
overridden in
temporalio.bridge.worker._Visitor
Called when encountering multiple payloads together.