Метод | Описание | |
---|---|---|
EventStream ( bool debug ) : System |
Initializes a new instance of the EventStream class.
|
|
InitUnsubscriber ( IActorRef unsubscriber, ActorSystem system ) : bool | ||
StartUnsubscriber ( ActorSystemImpl system ) : void | ||
Subscribe ( IActorRef subscriber, |
Subscribes the specified subscriber.
|
|
Unsubscribe ( IActorRef subscriber ) : bool |
Unsubscribes the specified subscriber.
|
|
Unsubscribe ( IActorRef subscriber, |
Unsubscribes the specified subscriber.
|
Метод | Описание | |
---|---|---|
RegisterWithUnsubscriber ( IActorRef subscriber ) : void | ||
UnregisterIfNoMoreSubscribedChannels ( IActorRef subscriber ) : void |
public EventStream ( bool debug ) : System | ||
debug | bool | if set to |
Результат | System |
public InitUnsubscriber ( IActorRef unsubscriber, ActorSystem system ) : bool | ||
unsubscriber | IActorRef | |
system | ActorSystem | |
Результат | bool |
public StartUnsubscriber ( ActorSystemImpl system ) : void | ||
system | ActorSystemImpl | |
Результат | void |
public Subscribe ( IActorRef subscriber, |
||
subscriber | IActorRef | The subscriber. |
channel | The channel. | |
Результат | bool |
public Unsubscribe ( IActorRef subscriber ) : bool | ||
subscriber | IActorRef | The subscriber. |
Результат | bool |
public Unsubscribe ( IActorRef subscriber, |
||
subscriber | IActorRef | The subscriber. |
channel | The channel. | |
Результат | bool |