C# Class Akka.Reactive.ReactiveApi

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

Private Properties

Property Type Description

Public Methods

Method Description
ReactiveApi ( ActorSystem system, IActorRef manager ) : System

Create a new Rx-integration actor system extension.

Method Details

ReactiveApi() public method

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. ///
return System