distributed func getMonster() async throws -> Monster
s12TestMessages0A15ServiceEndpointC10getMonsterAA0F0VyYaKFWhat are these?
s12TestMessages0A15ServiceEndpointC10getMonsterAA0F0VyYaKF
FNV24: [9JVR7]
typealias ActorSystem
typealias SerializationRequirement
init(TestableService, in: ActorSystem) throws
static var serviceName: String
func doNothing() async throws
func handleConnectionState(ConnectionState) async throws
func handleMonsters(array: [Monster]) async throws
func openStream(byRequest: OpenRequest) async throws
import TestMessages
distributed actor TestServiceEndpoint
struct Monster
init(_ service: TestableService, in actorSystem: 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