Package dev.agenor.core.annotations


package dev.agenor.core.annotations
  • Annotation Interfaces
    Class
    Description
    Marks a method as a message handler that is automatically subscribed to the specified topic when the agent starts.
    Marks a class as a Agenor agent eligible for automatic discovery and registration.
    Marks a method as a Agenor behavior that the runtime will schedule and execute automatically according to the specified BehaviorType.
    Marks a field or method for automatic inclusion in agent state persistence.
    Configures the persistence behavior for an agent class.