Interface AgentPoolListener

    • Method Detail

      • agentPoolCreated

        default void agentPoolCreated​(int agentPoolId)
        Called when agent pool is created
        Parameters:
        agentPoolId -
        Since:
        2020.2
      • agentPoolUpdated

        default void agentPoolUpdated​(int agentPoolId)
        Called when agent pool is updated
        Since:
        2020.2
      • agentPoolDeleted

        void agentPoolDeleted​(int agentPoolId)
        Called when agent pool is deleted
      • agentTypeMoved

        default void agentTypeMoved​(AgentType agentType,
                                    AgentPool oldPool,
                                    AgentPool newPool)
        Called when agent type is moved to another pool
        Parameters:
        agentType - agent type that was moved
        oldPool - old pool
        newPool - new pool