Uses of Class
com.tarsolution.notifyman.shared.plugin.outbound.Response
-
Packages that use Response Package Description com.tarsolution.notifyman.shared.plugin.outbound -
-
Uses of Response in com.tarsolution.notifyman.shared.plugin.outbound
Methods in com.tarsolution.notifyman.shared.plugin.outbound that return Response Modifier and Type Method Description static Response
Response. error(String message)
static Response
Response. ok()
abstract Response
AbstractOutbound. send(Message message)
The method run your outbound process for sending a messagestatic Response
Response. warning(String message)
-