C# Class Akka.Streams.Tests.Actor.ManualSubscriber

Inheritance: ActorSubscriber
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
ManualSubscriber ( IActorRef probe ) : System
Props ( IActorRef probe ) : Props

Protected Methods

Method Description
Receive ( object message ) : bool

Method Details

ManualSubscriber() public method

public ManualSubscriber ( IActorRef probe ) : System
probe IActorRef
return System

Props() public static method

public static Props ( IActorRef probe ) : Props
probe IActorRef
return Props

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool