Package | Description |
---|---|
io.siddhi.core.util.error.handler.model | |
io.siddhi.core.util.error.handler.store | |
io.siddhi.core.util.error.handler.util |
Modifier and Type | Method and Description |
---|---|
ErrorOccurrence |
ErrorEntry.getErrorOccurrence() |
Constructor and Description |
---|
ErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
String stackTrace,
String originalPayload,
ErrorOccurrence errorOccurrence,
ErroneousEventType eventType,
ErrorType errorType) |
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) |
protected void |
ErrorStore.save(String siddhiAppName,
String streamName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
ErrorOccurrence errorOccurrence,
ErrorType errorType) |
void |
ErrorStore.saveTransportError(String siddhiAppName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
String streamName,
ErrorOccurrence errorOccurrence) |
Modifier and Type | Method and Description |
---|---|
static ErrorOccurrence |
ErrorOccurrence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorOccurrence[] |
ErrorOccurrence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ErrorStoreHelper.storeErroneousEvent(ErrorStore errorStore,
ErrorOccurrence occurrence,
String siddhiAppName,
Object erroneousEvent,
String streamName)
Sends an erroneous event to the error store in order to save that.
|
Copyright © 2021. All rights reserved.