C# 클래스 Akka.Reactive.ActorSystemExtensions

Extension methods for ActorSystem.
파일 보기 프로젝트 열기: tintoy/rx-akkadotnet

공개 메소드들

메소드 설명
Reactive ( this system ) : ReactiveApi

Get the Rx integration API for the actor system.

메소드 상세

Reactive() 공개 정적인 메소드

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