Package

io.quckoo.protocol

worker

Permalink

package worker

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait WorkerEvent extends Event

    Permalink
  2. final case class WorkerJoined(workerId: NodeId, location: Location) extends WorkerEvent with Product with Serializable

    Permalink
  3. final case class WorkerLost(workerId: NodeId) extends WorkerEvent with Product with Serializable

    Permalink
  4. final case class WorkerRemoved(workerId: NodeId) extends WorkerEvent with Product with Serializable

    Permalink

Ungrouped