Packages

package teamwork

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class SquadInvitationManager extends AnyRef
  2. class SquadService extends Actor
  3. final case class SquadServiceMessage(tplayer: Player, zone: Zone, actionMessage: Any) extends Product with Serializable
  4. final case class SquadServiceResponse(channel: String, exclude: Iterable[Long], response: Response) extends GenericEventBusMsg with Product with Serializable
  5. class SquadSubscriptionEntity extends AnyRef
  6. class SquadSwitchboard extends Actor

    The dedicated messaging switchboard for members and observers of a given squad.

    The dedicated messaging switchboard for members and observers of a given squad. It almost always dispatches messages to SessionActor instances, much like any other Service. The sole purpose of this ActorBus container is to manage a subscription model that can involuntarily drop subscribers without informing them explicitly or can just vanish without having to properly clean itself up.

Ungrouped