SessionDurabilityProfile
Which durability profile the host declared at the handshake.
Type alias in muse_code
Absent and declared-durable collapse to ONE reading on purpose: nothing
downstream needs to tell them apart, and a source discriminator would be a
field carried for a future that has not arrived.
Declaration
Section titled “Declaration”SessionDurabilityProfile = Union[_Durable, _Ephemeral, _Unrecognized]
Source
clients/sdk-py/src/muse_code/facade/host_death.py:64