Package | Description |
---|---|
io.siddhi.core.util.error.handler.store |
Modifier and Type | Method and Description |
---|---|
protected void |
ErrorStore.save(String siddhiAppName,
String streamName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
ErrorOccurrence errorOccurrence,
ErrorType errorType) |
protected abstract void |
ErrorStore.saveEntry(long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
byte[] stackTraceAsBytes,
byte[] originalPayloadAsBytes,
String errorOccurrence,
String eventType,
String errorType) |
Copyright © 2021. All rights reserved.