RemoteCallTarget

    Represents a ‘target’ of a distributed call, such as a distributed func or distributed computed property. Identification schemes may vary between systems, and are subject to evolution.

    iOS
    16.0+
    macOS
    13.0+
    tvOS
    16.0+
    watchOS
    9.0+
    struct RemoteCallTarget

    Actor systems generally should treat the identifier as an opaque string, and pass it along to the remote system for in their remoteCall implementation. Alternative approaches are possible, where the identifiers are either compressed, cached, or represented in other ways, as long as the recipient system is able to determine which target was intended to be invoked.

    The string representation will attempt to pretty print the target identifier, however its exact format is not specified and may change in future versions.

    Citizens in Distributed

    Conformances

    Type members

    Instance members

    Type features