C# Class Akka.Streams.TestKit.Tests.StreamTestDefaultMailbox

INTERNAL API This mailbox is only used in tests to verify that stream actors are using the dispatcher defined in ActorMaterializerSettings
Inheritance: UnboundedMailbox
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
SetActor ( ActorCell actorCell ) : void

Method Details

SetActor() public method

public SetActor ( ActorCell actorCell ) : void
actorCell Akka.Actor.ActorCell
return void