C# Класс Akka.Reactive.ActorSystemExtensions

Extension methods for ActorSystem.
Показать файл Открыть проект

Открытые методы

Метод Описание
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