Agent |
This is a handle for everything related to an agent instance. abstract class Agent |
AgentManager |
Describes a manager for agents. interface AgentManager |
DefaultAgent |
An implementation of Agent using EnvelopeService to unpack incoming packed messages for processing and a list of MessageHandler that handle the unpacked messages. In addition, ConnectionService is used to connect a given unpacked agent message to a specific connection. Already unpacked messages are checked for a service decorator and are sent to the handlers for processing. class DefaultAgent : Agent |
DefaultAgentManager |
An implementation of AgentManager that creates instances of DefaultAgent. class DefaultAgentManager : AgentManager |