C# Class Akka.Reactive.Actors.ReactiveManager

The actor that represents the top-level management API.
Inheritance: ReceiveActor
Datei anzeigen Open project: tintoy/rx-akkadotnet

Public Properties

Property Type Description
ActorName string

Public Methods

Method Description
ReactiveManager ( ) : System

Create a new RX management API actor.

Private Methods

Method Description
CreateSubjectManager ( CreateSubject createSubjectManager ) : IActorRef

Create a SubjectManager{TMessage}.

CreateSubscriberActor ( CreateSubscriber createSubscriber ) : void

Create an actor to act as a subscriber on behalf of the specified observer.

SubscriberManagerProps ( Type baseMessageType ) : Props

Create Props for a TypedSubscriberManager{TMessage} whose subscribers handle messages of the specified type.

Method Details

ReactiveManager() public method

Create a new RX management API actor.
public ReactiveManager ( ) : System
return System

Property Details

ActorName public_oe static_oe property

The well-known name of the reactive management API actor.
public static string ActorName
return string