ConnectionStateHandler
Endpointable.swift:39protocol ConnectionStateHandler : DistributedActor
Supertypes
protocol AnyActor
Common marker protocol providing a shared “base” for both (local)
Actor
and (potentially remote)DistributedActor
types.protocol DistributedActor
Common protocol to which all distributed actors conform implicitly.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Identifiable<ID>
A class of types whose instances hold the value of an entity with stable identity.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Requirements
Instance members
Citizens in DistributedSystem
Subtypes
protocol ClientEndpoint
Defines client side endpoint distributed actor
protocol ServiceEndpoint
Defines service side endpoint distributed actor