C# Class 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.
Inheritance: AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
RemoteMessageLocalDeliverySpec ( ) : System

Private Methods

Method Description
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

Method Details

RemoteMessageLocalDeliverySpec() public method

public RemoteMessageLocalDeliverySpec ( ) : System
return System