Uses of Class
io.siddhi.core.util.error.handler.model.ErrorEntry
-
Packages that use ErrorEntry Package Description io.siddhi.core.util.error.handler.store -
-
Uses of ErrorEntry in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store that return ErrorEntry Modifier and Type Method Description protected ErrorEntryErrorStore. constructErrorEntry(int id, long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, byte[] stackTraceAsBytes, byte[] originalPayloadAsBytes, ErrorOccurrence errorOccurrence, ErroneousEventType erroneousEventType, ErrorType errorType)abstract ErrorEntryErrorStore. loadErrorEntry(int id)Methods in io.siddhi.core.util.error.handler.store that return types with arguments of type ErrorEntry Modifier and Type Method Description abstract List<ErrorEntry>ErrorStore. loadErrorEntries(String siddhiAppName, Map<String,String> queryParams)
-