C# Class Akka.Tests.Routing.TailChoppingSpec.BroadcastTarget

Inheritance: ReceiveActor
Show file Open project: rogeralsing/akka.net

Public Methods

Method Description
BroadcastTarget ( Akka.TestKit.TestLatch latch, AtomicCounter counter ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

BroadcastTarget() public method

public BroadcastTarget ( Akka.TestKit.TestLatch latch, AtomicCounter counter ) : System
latch Akka.TestKit.TestLatch
counter AtomicCounter
return System

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void