C# 클래스 Akka.Remote.Tests.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.
상속: AkkaSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
RemoteMessageLocalDeliverySpec ( ) : System

비공개 메소드들

메소드 설명
RemoteActorRefProvider_default_address_must_include_adapter_schemes ( ) : void
RemoteActorRefProvider_should_correctly_resolve_valid_LocalActorRef_from_remote_address ( ) : void
RemoteActorRefProvider_should_correctly_resolve_valid_LocalActorRef_from_second_remote_system ( ) : void

메소드 상세

RemoteMessageLocalDeliverySpec() 공개 메소드

public RemoteMessageLocalDeliverySpec ( ) : System
리턴 System