ActorGroup

data class ActorGroup(val address: ActorIdent)

Actors in a group receive messages as competing workers. So any particular message will be received only by one actor.

Constructors

Link copied to clipboard
constructor(address: ActorIdent)

Properties

Link copied to clipboard