EventChannel
lepus.std.EventChannel
object EventChannel
EventChannel implements a pubsub topology for events.
In this topology, peers publish or subscribe to certain communication channels (logical streams of data). In this topology every consumer gets a copy of data, which is in contrast to previous topologies where a single piece of data is routed to exactly one peer. This topology guarantees at least one delivery of messages.
Attributes
- Source
- EventChannel.scala
- Graph
-
- Supertypes
- Self type
-
EventChannel.type
Members list
In this article