Uses of Class
com.cumulocity.microservice.customencoders.api.model.EncoderResult
Packages that use EncoderResult
Package
Description
- 
Uses of EncoderResult in com.cumulocity.microservice.customencoders.api.exception
Fields in com.cumulocity.microservice.customencoders.api.exception declared as EncoderResultConstructors in com.cumulocity.microservice.customencoders.api.exception with parameters of type EncoderResultModifierConstructorDescriptionEncoderInternalException(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
Methods in com.cumulocity.microservice.customencoders.api.model that return EncoderResultModifier and TypeMethodDescriptionstatic EncoderResultEncoderResult.empty()final EncoderResultEncoderResult.setAsFailed(String message)  - 
Uses of EncoderResult in com.cumulocity.microservice.customencoders.api.service
Methods in com.cumulocity.microservice.customencoders.api.service that return EncoderResultModifier and TypeMethodDescriptionEncoderService.encode(EncoderInputData encoderInputData) Encodes the EncoderInput object into EncoderResult object - 
Uses of EncoderResult in com.cumulocity.microservice.lpwan.codec.encoder.model
Subclasses of EncoderResult in com.cumulocity.microservice.lpwan.codec.encoder.model - 
Uses of EncoderResult in com.cumulocity.microservice.lpwan.codec.handler
Methods in com.cumulocity.microservice.lpwan.codec.handler that return types with arguments of type EncoderResultModifier 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
Methods in com.cumulocity.microservice.lpwan.codec.rest that return EncoderResultModifier and TypeMethodDescription@NotNull EncoderResultCodecController.encode(@NotNull EncoderInputData inputData) This REST API should expose '/encode' endpoint