Click or drag to resize
Akka.NETEventStreaming Class

[Missing <summary> documentation for "T:Akka.FSharp.EventStreaming"]

Inheritance Hierarchy
SystemObject
  Akka.FSharpEventStreaming

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class EventStreaming

The EventStreaming type exposes the following members.

Methods
  NameDescription
Public methodStatic memberpublishEvent
Publishes an event on the provided event stream. Event channel is resolved from event's type.
Public methodStatic membersubscribe
Subscribes an actor reference to target channel of the provided event stream.
Public methodStatic memberunsubscribe
Unubscribes an actor reference from target channel of the provided event stream.
Top
See Also