public class EchoAgent extends java.lang.Object implements IEchoService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The micro agent class.
|
Constructor and Description |
---|
EchoAgent() |
Modifier and Type | Method and Description |
---|---|
void |
messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg,
jadex.bridge.service.types.message.MessageType mt)
Send same message back to the sender.
|