ReplyHandler

public interface ReplyHandler

A callback interface to be implemented for the reception of replies for a query. See Session.query(String,String,ReplyHandler) and Session.query(String,String,ReplyHandler,QueryDest,QueryDest).

Methods

handleReply

public void handleReply(ReplyValue reply)

The method that will be called on reception of replies to the query sent by Session.query(String,String,ReplyHandler) or Session.query(String,String,ReplyHandler,QueryDest,QueryDest).

Parameters:
  • reply – is the actual reply.