Uses of Class
com.cumulocity.microservice.customdecoders.api.model.DecoderResult
Packages that use DecoderResult
Package
Description
-
Uses of DecoderResult in com.cumulocity.microservice.customdecoders.api.exception
Fields in com.cumulocity.microservice.customdecoders.api.exception declared as DecoderResultConstructors in com.cumulocity.microservice.customdecoders.api.exception with parameters of type DecoderResultModifierConstructorDescriptionDecoderInternalException(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
Methods in com.cumulocity.microservice.customdecoders.api.model that return DecoderResultModifier and TypeMethodDescriptionstatic DecoderResultDecoderResult.empty()final DecoderResultDecoderResult.setAsFailed(String message) -
Uses of DecoderResult in com.cumulocity.microservice.customdecoders.api.service
Methods in com.cumulocity.microservice.customdecoders.api.service that return DecoderResult -
Uses of DecoderResult in com.cumulocity.microservice.lpwan.codec.handler
Methods in com.cumulocity.microservice.lpwan.codec.handler that return types with arguments of type DecoderResultModifier 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
Methods in com.cumulocity.microservice.lpwan.codec.rest that return DecoderResultModifier and TypeMethodDescription@NotNull DecoderResultCodecController.decode(@NotNull DecoderInputData inputData) This REST API should expose '/decode' endpoint