Uses of Class
io.siddhi.core.util.error.handler.store.ErrorStore
-
Packages that use ErrorStore Package Description io.siddhi.core io.siddhi.core.config io.siddhi.core.util.error.handler.util -
-
Uses of ErrorStore in io.siddhi.core
Methods in io.siddhi.core with parameters of type ErrorStore Modifier and Type Method Description voidSiddhiManager. setErrorStore(ErrorStore errorStore)Method to set error store for the Siddhi Manager instance. -
Uses of ErrorStore in io.siddhi.core.config
Methods in io.siddhi.core.config that return ErrorStore Modifier and Type Method Description ErrorStoreSiddhiContext. getErrorStore()Methods in io.siddhi.core.config with parameters of type ErrorStore Modifier and Type Method Description voidSiddhiContext. setErrorStore(ErrorStore errorStore) -
Uses of ErrorStore in io.siddhi.core.util.error.handler.util
Methods in io.siddhi.core.util.error.handler.util with parameters of type ErrorStore Modifier and Type Method Description static voidErrorStoreHelper. storeErroneousEvent(ErrorStore errorStore, ErrorOccurrence occurrence, String siddhiAppName, Object erroneousEvent, String streamName)Sends an erroneous event to the error store in order to save that.
-