package teamwork
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class SquadInvitationManager extends AnyRef
- class SquadService extends Actor
- final case class SquadServiceMessage(tplayer: Player, zone: Zone, actionMessage: Any) extends Product with Serializable
- final case class SquadServiceResponse(channel: String, exclude: Iterable[Long], response: Response) extends GenericEventBusMsg with Product with Serializable
- class SquadSubscriptionEntity extends AnyRef
- 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 otherService
. The sole purpose of thisActorBus
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.
Value Members
- object SquadAction
- object SquadInvitationManager
- object SquadResponse
- object SquadService
- object SquadServiceMessage extends Serializable
- object SquadServiceResponse extends Serializable
- object SquadSubscriptionEntity
- object SquadSwitchboard