180181182183184185186
public void queryResult(long id, String to, String from, Serializable value) { enqueue(new QueryResult(id, to, from, value)); }