Instance Methodpackage-distributed-system 36.0.1TestMessages
getMonster
TestServiceEndpoint.swift:21distributed func getMonster() async throws -> Monster
distributed func getMonster() async throws -> Monster
s12TestMessages0A15ServiceEndpointC10getMonsterAA0F0VyYaKF
What are these?9JVR7
import TestMessages
distributed actor TestServiceEndpoint
struct Monster
init(_ service: any TestableService, in actorSystem: TestServiceEndpoint.ActorSystem) throws
static var serviceName: String { get }
distributed func doNothing() async throws
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