Interface ResponseHandler
-
public interface ResponseHandlerModule event response handler.- Since:
- 5.13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleResponse(Module module, java.lang.Object response)Handle the response returned by the module.
-
-
-
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 responseresponse- the response to handle- Returns:
- true to stop sending the event to the rest of modules, false otherwise
-
-