Uses of Class
com.cumulocity.microservice.customencoders.api.exception.EncoderServiceException
Package
Description
-
Uses of EncoderServiceException in com.cumulocity.microservice.customencoders.api.exception
Modifier and TypeClassDescriptionclass
class
-
Uses of EncoderServiceException in com.cumulocity.microservice.customencoders.api.service
Modifier and TypeMethodDescriptionEncoderService.encode
(EncoderInputData encoderInputData) Encodes the EncoderInput object into EncoderResult object -
Uses of EncoderServiceException in com.cumulocity.microservice.lpwan.codec.handler
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EncoderResult>
CodecExceptionsHandler.handleEncoderServiceException
(EncoderServiceException exception) This method handles the custom EncoderServiceException. -
Uses of EncoderServiceException in com.cumulocity.microservice.lpwan.codec.rest
Modifier and TypeMethodDescription@NotNull EncoderResult
CodecController.encode
(@NotNull EncoderInputData inputData) This REST API should expose '/encode' endpoint