Package org.apache.pekko.event.japi
package org.apache.pekko.event.japi
-
ClassDescriptionEventBus<E,
S, C> Java API: See documentation forpekko.event.EventBusE is the Event type S is the Subscriber type C is the Classifier typeLookupEventBus<E,S, C> Java API: See documentation forpekko.event.LookupClassificationE is the Event type S is the Subscriber type C is the Classifier typeJava API: See documentation forpekko.event.ManagedActorClassificationAn EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef Means that ActorRefs "listen" to other ActorRefs E is the Event typeScanningEventBus<E,S, C> Java API: See documentation forpekko.event.ScanningClassificationE is the Event type S is the Subscriber type C is the Classifier typeSubchannelEventBus<E,S, C> Java API: See documentation forpekko.event.SubchannelClassificationE is the Event type S is the Subscriber type C is the Classifier type