Class Agent

  • Direct Known Subclasses:
    ImmutableAgent

    @Immutable
    public abstract class Agent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Agent()  
    • Method Summary

      Modifier and Type Method Description
      abstract Config getConfig()  
      abstract DebugConfig getDebugConfig()  
      abstract Member getMember()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Agent

        public Agent()
    • Method Detail

      • getConfig

        public abstract Config getConfig()
      • getDebugConfig

        @Nullable
        public abstract DebugConfig getDebugConfig()
      • getMember

        public abstract Member getMember()