class documentation
class _SystemNexusPayloadConverter(temporalio.converter.PayloadConverter): (source)
Constructor: _SystemNexusPayloadConverter(user_payload_converter, user_failure_converter)
Payload converter for system Nexus outer envelopes.
| Method | __init__ |
Create a payload converter for system Nexus outer envelopes. |
| Method | from |
See base class. |
| Method | to |
See base class. |
| Instance Variable | _outer |
Undocumented |
| Instance Variable | _user |
Undocumented |
Inherited from PayloadConverter:
| Method | from |
Convert a single payload to a value. |
| Method | from |
from_payloads for the temporalio.api.common.v1.Payloads wrapper. |
| Method | to |
Convert a single value to a payload. |
| Method | to |
to_payloads for the temporalio.api.common.v1.Payloads wrapper. |
| Class Variable | default |
Default payload converter. |
def __init__(self, user_payload_converter:
temporalio.converter.PayloadConverter, user_failure_converter: temporalio.converter.FailureConverter):
(source)
¶
Create a payload converter for system Nexus outer envelopes.
def from_payloads(self, payloads:
Sequence[ temporalio.api.common.v1.Payload], type_hints: list[ type] | None = None) -> list[ Any]:
(source)
¶
See base class.