* @param agentIdentity agent controller identity
*/
public void stopAgent(AgentIdentity agentIdentity) {
LOGGER.info("{} agent is stopped.", agentIdentity);
getComponent(ConsoleCommunication.class).sendToAddressedAgents(new AgentAddress(agentIdentity),
new StopGrinderMessage());
}