Extending AbstractAgent

This chapter will give you the basics needed to create your own agent. It will show you how to create a sublass of com.escenic.changelog.AbstractAgent, how to compile it and how to configure it.

The agent in this example will just print everything provided by the daemon to System.out, but even though it's pretty simple it will give you the building boxes needed to create agent's with more functionality.