Vector Clock for Akka Actor

Hi,
Is there a data structure for Akka Actor the same as the vector clock for Akka Cluster?

No, such a data structure you’d have to implement yourself.

Note that the cluster vector clock is an Akka internal API and therefore not something application code should interact with.