Interface AgentCommandSender
-
- All Known Implementing Classes:
AgentCommandSenderImpl
public interface AgentCommandSender
Interface that allows the server to send messages to a particular agent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(RemoteBambooMessage message, Long buildAgentId)
-
-
-
Method Detail
-
send
void send(RemoteBambooMessage message, Long buildAgentId)
-
-