Uses of Class
com.cumulocity.microservice.customencoders.api.model.EncoderResult
Package
Description
-
Uses of EncoderResult in com.cumulocity.microservice.customencoders.api.exception
ModifierConstructorDescriptionEncoderInternalException
(Throwable throwable, String message, EncoderResult result) EncoderServiceException
(Throwable throwable, String message, EncoderResult result) InvalidCommandDataException
(Throwable throwable, String message, EncoderResult result) -
Uses of EncoderResult in com.cumulocity.microservice.customencoders.api.model
Modifier and TypeMethodDescriptionstatic EncoderResult
EncoderResult.empty()
final EncoderResult
EncoderResult.setAsFailed
(String message) -
Uses of EncoderResult in com.cumulocity.microservice.customencoders.api.service
Modifier and TypeMethodDescriptionEncoderService.encode
(EncoderInputData encoderInputData) Encodes the EncoderInput object into EncoderResult object -
Uses of EncoderResult in com.cumulocity.microservice.lpwan.codec.encoder.model
-
Uses of EncoderResult 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 EncoderResult in com.cumulocity.microservice.lpwan.codec.rest
Modifier and TypeMethodDescription@NotNull EncoderResult
CodecController.encode
(@NotNull EncoderInputData inputData) This REST API should expose '/encode' endpoint