2930313233343536373839
@Override public Recall call(String to) { JID jid = this.jidBuilder.build(to); JIDContext context = this.addressing.find(jid); if (context.binding()) { context.write(this.persistent.pull(jid)); } return this; } }