C# Class Akka.Reactive.ActorSystemExtensions

Extension methods for ActorSystem.
Exibir arquivo Open project: tintoy/rx-akkadotnet

Public Methods

Method Description
Reactive ( this system ) : ReactiveApi

Get the Rx integration API for the actor system.

Method Details

Reactive() public static method

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