Property | Type | Description |
---|
Method | Description | |
---|---|---|
ReactiveApi ( ActorSystem system, IActorRef manager ) : System |
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 |