C# Class Akka.Reactive.Actors.ReactiveManager

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

Méthodes publiques

Свойство Type Description
ActorName string

Méthodes publiques

Méthode Description
ReactiveManager ( ) : System

Create a new RX management API actor.

Private Methods

Méthode 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 méthode

Create a new RX management API actor.
public ReactiveManager ( ) : System
Résultat System

Property Details

ActorName public_oe static_oe property

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