Interface ActorGroupAssigner

All Known Implementing Classes:
AbstractActorGroupAssigner, FixedActorGroupAssigner, RandomActorGroupAssigner

public interface ActorGroupAssigner

When an actorId is created, it depends on an implementation of this class to determine which ActorGroup to assign the new ActorId to. If an actoType being with a dollar sign, it means assign this actorId to actor group 0.

  • Method Summary

    Modifier and Type
    Method
    Description
    int
    assign(String actorType, String id)
     
  • Method Details