Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.error.ErrorType
-
Packages that use ErrorType Package Description br.pucrio.tecgraf.soma.logsmonitor.model.error br.pucrio.tecgraf.soma.logsmonitor.websocket -
-
Uses of ErrorType in br.pucrio.tecgraf.soma.logsmonitor.model.error
Methods in br.pucrio.tecgraf.soma.logsmonitor.model.error that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. fromValue(String value)static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.pucrio.tecgraf.soma.logsmonitor.model.error with parameters of type ErrorType Constructor Description NotificationError(@NonNull String subscriptionId, @NonNull ErrorType errorType, @NonNull String message, ErrorEvent errorEvent) -
Uses of ErrorType in br.pucrio.tecgraf.soma.logsmonitor.websocket
Methods in br.pucrio.tecgraf.soma.logsmonitor.websocket with parameters of type ErrorType Modifier and Type Method Description voidWebSocketNotificatioErrorService. onErrorNotify(String sessionId, String subscriptionId, ErrorType errorType, String errorMsg, Map<String,Object> args)
-