Package akka.javasdk.annotations
Annotation Interface AgentRole
Defines the role of an agent. This annotation should be placed on agent classes to specify their
role.
This replaces the role
field in AgentDescription
. If both are present,
@AgentRole
takes precedence.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe role of the agent.
-