blended.akka

protocol

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. case class BundleActorStarted(bundleId: String) extends Product with Serializable

  2. case class DeregisterListener(listener: ActorRef) extends Product with Serializable

  3. case class RegisterListener(listener: ActorRef) extends Product with Serializable

  4. case class SendEvent[T](event: T) extends Product with Serializable

Ungrouped