Type Aliasswift 6.0.1Distributed
InvocationDecoder
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
typealias InvocationDecoder = LocalTestingInvocationDecoder
Other members in extension
Typealiases
typealias ActorID
typealias InvocationEncoder
typealias ResultHandler
typealias SerializationRequirement
Type members
Instance members
func actorReady<Act>(Act
) func assignID<Act>(Act.Type
) -> LocalTestingDistributedActorSystem.ActorID func makeInvocationEncoder(
) -> LocalTestingDistributedActorSystem.InvocationEncoder func remoteCall<Act, Err, Res>(on: Act, target: RemoteCallTarget, invocation: inout LocalTestingDistributedActorSystem.InvocationEncoder, throwing: Err.Type, returning: Res.Type
) async throws -> Res func remoteCallVoid<Act, Err>(on: Act, target: RemoteCallTarget, invocation: inout LocalTestingDistributedActorSystem.InvocationEncoder, throwing: Err.Type
) async throws func resignID(LocalTestingDistributedActorSystem.ActorID
) func resolve<Act>(id: LocalTestingDistributedActorSystem.ActorID, as: Act.Type
) throws -> Act?