Instance Methodpackage-distributed-system 36.0.0TestMessages
doNothing
TestServiceEndpoint.swift:25distributed func doNothing() async throws
distributed func doNothing() async throws
import TestMessages
distributed actor TestServiceEndpoint
init(_ service: any TestableService, in actorSystem: TestServiceEndpoint.ActorSystem) throws
static var serviceName: String { get }
distributed func getMonster() async throws -> Monster
distributed func handleConnectionState(_ state: ConnectionState) async throws
distributed func handleMonsters(array monsters: [Monster]) async throws
distributed func openStream(byRequest request: OpenRequest) async throws
typealias ActorSystem = DistributedSystem
typealias SerializationRequirement = Transferable