Uses of Class
io.siddhi.core.util.error.handler.util.ErroneousEventType
-
Packages that use ErroneousEventType 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 ErroneousEventType in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return ErroneousEventType Modifier and Type Method Description ErroneousEventTypeErrorEntry. getEventType()Constructors in io.siddhi.core.util.error.handler.model with parameters of type ErroneousEventType 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 ErroneousEventType in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store with parameters of type ErroneousEventType 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 ErroneousEventType in io.siddhi.core.util.error.handler.util
Methods in io.siddhi.core.util.error.handler.util that return ErroneousEventType Modifier and Type Method Description static ErroneousEventTypeErroneousEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErroneousEventType[]ErroneousEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-