public interface AgentConnectionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
agentConnected(AgentConnection agentConnection) |
void |
agentDisconnected(AgentConnection agentConnection) |
void |
messageReceived(AgentConnection agentConnection,
RemoteRun.AgentToMaster message) |
void agentConnected(AgentConnection agentConnection)
void messageReceived(AgentConnection agentConnection, RemoteRun.AgentToMaster message) throws Exception
Exceptionvoid agentDisconnected(AgentConnection agentConnection)
Copyright © 2016 Formicary. All rights reserved.