Skip to content

hololinked.core.zmq.message.ServerExecutionContext

Bases: Struct

Additional context for the server while executing an operation

Source code in hololinked/hololinked/core/zmq/message.py
class ServerExecutionContext(msgspec.Struct):
    """Additional context for the server while executing an operation"""

    invokationTimeout: float
    executionTimeout: float
    oneway: bool

hololinked.core.zmq.message.ThingExecutionContext

Bases: Struct

Additional context for the thing while executing an operation

Source code in hololinked/hololinked/core/zmq/message.py
class ThingExecutionContext(msgspec.Struct):
    """Additional context for the thing while executing an operation"""

    fetchExecutionLogs: bool