Class NotificationHandlerResponse
java.lang.Object
com.broadleafcommerce.common.messaging.notification.NotificationHandlerResponse
Response information from a
NotificationHandler.handle(NotificationStateRepository, NotificationStateAware, MessageType)
call. Indicates success and continuance parameters.- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotificationHandlerResponse
public NotificationHandlerResponse(boolean handled, boolean stop)
-
-
Method Details
-
isHandled
public boolean isHandled()Whether or not the handler was qualified and processed the handle request- Returns:
- Whether or not the handler was qualified and processed the handle request
-
isStop
public boolean isStop()Whether or not other handlers should be allowed to process as well, or if handling should stop now- Returns:
- Whether or not other handlers should be allowed to process
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-