Package org.apache.pekko.event.japi


package org.apache.pekko.event.japi
  • Class
    Description
    EventBus<E,S,C>
    Java API: See documentation for pekko.event.EventBus E is the Event type S is the Subscriber type C is the Classifier type
    Java API: See documentation for pekko.event.LookupClassification E is the Event type S is the Subscriber type C is the Classifier type
    Java API: See documentation for pekko.event.ManagedActorClassification An EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef Means that ActorRefs "listen" to other ActorRefs E is the Event type
    Java API: See documentation for pekko.event.ScanningClassification E is the Event type S is the Subscriber type C is the Classifier type
    Java API: See documentation for pekko.event.SubchannelClassification E is the Event type S is the Subscriber type C is the Classifier type