C# Class Akka.Reactive.ReactiveApi

The Rx-integration extension for Akka actor systems.
Inheritance: IExtension
Afficher le fichier Open project: tintoy/rx-akkadotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ReactiveApi ( ActorSystem system, IActorRef manager ) : System

Create a new Rx-integration actor system extension.

Method Details

ReactiveApi() public méthode

Create a new Rx-integration actor system extension.
public ReactiveApi ( ActorSystem system, IActorRef manager ) : System
system ActorSystem /// The actor system extended by the API. ///
manager IActorRef /// A reference to the root Rx-integration management actor. ///
Résultat System