Static Propertypackage-distributed-system 36.0.1TestMessages
serviceName
TestServiceEndpoint.swift:8static var serviceName: String { get }
static var serviceName: String { get }
import TestMessages
distributed actor TestServiceEndpoint
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ service: any TestableService, in actorSystem: TestServiceEndpoint.ActorSystem) throws
distributed func doNothing() async throws
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