func (this *app) OnForward(msg *pastry.Message, nextId pastry.NodeID) bool { debug.Debugf("forward to %s for %s", nextId.String(), msg.String()) return true }
func (this *app) OnDeliver(msg pastry.Message) { // msg sent out to cluster debug.Debugf("%s", msg.String()) }