C# (CSharp) Akka.Remote.Tests Пространство имен

Пространства имен

Akka.Remote.Tests.MultiNode
Akka.Remote.Tests.Performance
Akka.Remote.Tests.Transport

Классы

Имя Описание
AddressUidExtensionSpecs
EndpointRegistrySpec
RemoteConfigSpec
RemoteMessageLocalDeliverySpec Came across some issues while debugging multi-node tests which indicated that the RemoteActorRefProvider couldn't successfully decode full addresses for local actors, such as "akka.trttl.gremlin.tcp://AttemptSysMsgRedeliverySpec@localhost:57512/user/echo", into valid LocalActorRefs. This spec is designed to verify that these types of paths, including ones with transport adapters at the front, can be successfully translated.
RemoteRouterSpec Tests for RemoteRouterConfig
RemoteRouterSpec.Echo
RemotingTerminatorSpecs Validate that the remoting terminator for Akka.Remote transports fires and does not indefinitely block the ActorSystem from terminating.