Uses of Class
com.cumulocity.microservice.customdecoders.api.model.DecoderResult
Package
Description
-
Uses of DecoderResult in com.cumulocity.microservice.customdecoders.api.exception
ModifierConstructorDescriptionDecoderInternalException
(Throwable throwable, String message, DecoderResult result) DecoderServiceException
(Throwable throwable, String message, DecoderResult result) InvalidInputDataException
(Throwable throwable, String message, DecoderResult result) -
Uses of DecoderResult in com.cumulocity.microservice.customdecoders.api.model
Modifier and TypeMethodDescriptionstatic DecoderResult
DecoderResult.empty()
final DecoderResult
DecoderResult.setAsFailed
(String message) -
Uses of DecoderResult in com.cumulocity.microservice.customdecoders.api.service
-
Uses of DecoderResult in com.cumulocity.microservice.lpwan.codec.handler
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DecoderResult>
CodecExceptionsHandler.handleDecoderServiceException
(DecoderServiceException exception) This method handles the custom DecoderServiceException. -
Uses of DecoderResult in com.cumulocity.microservice.lpwan.codec.rest
Modifier and TypeMethodDescription@NotNull DecoderResult
CodecController.decode
(@NotNull DecoderInputData inputData) This REST API should expose '/decode' endpoint