-
Notifications
You must be signed in to change notification settings - Fork 27
Messaging
sanity edited this page Mar 10, 2011
·
18 revisions
Tahrir's messaging framework is responsible for sending, receiving, and responding to messages transmitted between peers across the network.
Tahrir's approach to messaging, like all of Tahrir's building blocks, is intended to make it as easy as possible for more sophisticated functionality to be built on-top.
To achieve this, as with Tahrir's serialization mechanism, Tahrir is unafraid to make full-use of Java's reflection functionality, to make life as easy as possible for users of the messaging framework.
todo: explain use of proxy objects