Uses of Class
io.siddhi.core.util.error.handler.util.ErrorOccurrence
-
Packages that use ErrorOccurrence Package Description io.siddhi.core.util.error.handler.model io.siddhi.core.util.error.handler.store io.siddhi.core.util.error.handler.util -
-
Uses of ErrorOccurrence in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return ErrorOccurrence Modifier and Type Method Description ErrorOccurrenceErrorEntry. getErrorOccurrence()Constructors in io.siddhi.core.util.error.handler.model with parameters of type ErrorOccurrence Constructor Description ErrorEntry(int id, long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, String stackTrace, String originalPayload, ErrorOccurrence errorOccurrence, ErroneousEventType eventType, ErrorType errorType) -
Uses of ErrorOccurrence in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store with parameters of type ErrorOccurrence 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)protected voidErrorStore. save(String siddhiAppName, String streamName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, ErrorOccurrence errorOccurrence, ErrorType errorType)voidErrorStore. saveTransportError(String siddhiAppName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, String streamName, ErrorOccurrence errorOccurrence) -
Uses of ErrorOccurrence in io.siddhi.core.util.error.handler.util
Methods in io.siddhi.core.util.error.handler.util that return ErrorOccurrence Modifier and Type Method Description static ErrorOccurrenceErrorOccurrence. 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.Methods in io.siddhi.core.util.error.handler.util with parameters of type ErrorOccurrence 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.
-