Interface Reply
-
public interface Reply
Interface responsible to send back the return value to the sender.- Since:
- 7.1
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reply(Response response)
Sends back the return value to the sender.
-