C# Class Akka.Reactive.ActorSystemExtensions

Extension methods for ActorSystem.
Afficher le fichier Open project: tintoy/rx-akkadotnet

Méthodes publiques

Méthode Description
Reactive ( this system ) : ReactiveApi

Get the Rx integration API for the actor system.

Method Details

Reactive() public static méthode

Get the Rx integration API for the actor system.
public static Reactive ( this system ) : ReactiveApi
system this /// The actor system. ///
Résultat ReactiveApi