| EventStreamSubscribe Method |
Subscribes the specified subscriber.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override bool Subscribe(
IActorRef subscriber,
Type channel
)
abstract Subscribe :
subscriber : IActorRef *
channel : Type -> bool
override Subscribe :
subscriber : IActorRef *
channel : Type -> bool
Parameters
- subscriber
- Type: Akka.ActorIActorRef
The subscriber. - channel
- Type: SystemType
The channel.
Return Value
Type:
Booleantrue if subscription was successful,
false otherwise.
Exceptions See Also