public class EventProcessorResponse extends Object implements Serializable
| Constructor and Description |
|---|
EventProcessorResponse(String message,
boolean success,
Serializable responseData)
Constructor for an event response
|
public EventProcessorResponse(String message, boolean success, Serializable responseData)
message - any message associated with the responsesuccess - whether the event processing was successful or notresponseData - any other data associated with the responsepublic String getMessage()
public boolean isSuccess()
public Serializable getResponseData()
Copyright © 2012. All Rights Reserved.