Interface ResponseHandler


  • public interface ResponseHandler
    Module event response handler.
    Since:
    5.13
    • Method Detail

      • handleResponse

        boolean handleResponse​(Module module,
                               java.lang.Object response)
        Handle the response returned by the module.
        Parameters:
        module - the module that returns the response
        response - the response to handle
        Returns:
        true to stop sending the event to the rest of modules, false otherwise