Annotation Interface Agent


@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface Agent
Marker for agent class and variable.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Default name for the started component.
    The agent type.
  • Element Details

    • name

      String name
      Default name for the started component.
      Default:
      ""
    • type

      String type
      The agent type.
      Default:
      "micro"