Interface Reply


public interface Reply
Interface responsible to send back the return value to the sender.
Since:
7.1
Author:
Pedro Ruivo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Reply
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reply(Response response)
    Sends back the return value to the sender.
  • Field Details

    • NO_OP

      static final Reply NO_OP
  • Method Details

    • reply

      void reply(Response response)
      Sends back the return value to the sender.
      Parameters:
      response - the return value