| Package | Description |
|---|---|
| io.siddhi.core | |
| io.siddhi.core.config | |
| io.siddhi.core.util.error.handler.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiManager.setErrorStore(ErrorStore errorStore)
Method to set error store for the Siddhi Manager instance.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorStore |
SiddhiContext.getErrorStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiContext.setErrorStore(ErrorStore errorStore) |
| 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 © 2020. All rights reserved.