public class ErrorStoreHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
storeErroneousEvent(ErrorStore errorStore,
ErrorOccurrence occurrence,
String siddhiAppName,
Object erroneousEvent,
String streamName)
Sends an erroneous event to the error store in order to save that.
|
public static void storeErroneousEvent(ErrorStore errorStore, ErrorOccurrence occurrence, String siddhiAppName, Object erroneousEvent, String streamName)
errorStore - Error store object.occurrence - Occurrence point of the error.siddhiAppName - Siddhi app name.erroneousEvent - The event which was collected due to an error.streamName - The stream from which, error was collected.Copyright © 2020. All rights reserved.