A BAM Actor sends and receives messages as the core class in a service-oriented architecture.
Core API
Each actor has a unique address, which is the address for messages sent to the actor. addresss look like email addresses: harry@caucho.com or harry@caucho.com/browser13. {@link com.caucho.bam.stream.MessageStream} is the key customizable interfacefor an agent developer. Developers will implement callbacks for each packet type the agent understands. Most developers will extend from {@link com.caucho.bam.actor.SimpleActor}instead of implementing Actor directly. SimpleActor adds an annotation-based message dispatching system to simplify Actor development.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.