Package | Description |
---|---|
io.siddhi.core.util.error.handler.store |
Modifier and Type | Method and Description |
---|---|
protected ErrorEntry |
ErrorStore.constructErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
byte[] stackTraceAsBytes,
byte[] originalPayloadAsBytes,
ErrorOccurrence errorOccurrence,
ErroneousEventType erroneousEventType,
ErrorType errorType) |
abstract ErrorEntry |
ErrorStore.loadErrorEntry(int id) |
Modifier and Type | Method and Description |
---|---|
abstract List<ErrorEntry> |
ErrorStore.loadErrorEntries(String siddhiAppName,
Map<String,String> queryParams) |
Copyright © 2021. All rights reserved.