| LoggingBusPublish Method (Object, IActorRef) |
Publishes the specified event directly to the specified subscriber.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected override void Publish(
Object event,
IActorRef subscriber
)
abstract Publish :
event : Object *
subscriber : IActorRef -> unit
override Publish :
event : Object *
subscriber : IActorRef -> unit
Parameters
- event
- Type: SystemObject
The event that is being published. - subscriber
- Type: Akka.ActorIActorRef
The subscriber that receives the event.
See Also