public class EventProcessorResponse extends Object
| Constructor and Description |
|---|
EventProcessorResponse(String message,
boolean success,
Object responseData)
Constructor for an event response
|
EventProcessorResponse(String message,
boolean success,
Object responseData,
boolean persistAsString)
Constructor for an event response
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Object |
getResponseData() |
boolean |
isPersistAsString() |
boolean |
isSuccess() |
String |
toString() |
public EventProcessorResponse(String message, boolean success, Object responseData)
message - any message associated with the responsesuccess - whether the event processing was successful or notresponseData - any other data associated with the responsepublic EventProcessorResponse(String message, boolean success, Object responseData, boolean persistAsString)
message - any message associated with the responsesuccess - whether the event processing was successful or notresponseData - any other data associated with the responseforceStringResponse - callCopyright © 2013. All Rights Reserved.