Skip to main content

8 docs tagged with "Codec Server"

View all tags

Codec Server

A Codec Server is an HTTP server that provides remote encoding and decoding for Temporal Payloads.

Converters and encryption - .NET SDK

Use a custom Payload Codec and Converter in the .NET SDK to modify Temporal Data Conversion behavior, including examples for encryption and camel case conversion.

Converters and encryption - Go SDK

Use a custom Payload Codec and Payload Converter in Go. Create custom PayloadCodec implementations, set Data Converters, and apply transformations effectively using the Temporal SDK.

Converters and encryption - Java SDK

Create and implement a Custom Payload Codec and Payload Converter in Java using the Temporal SDK for custom data encryption, compression, and type conversion.

Converters and encryption - Ruby SDK

Use a custom Payload Codec and Converter in the Ruby SDK to modify Temporal Data Conversion behavior, including examples for encryption and formatting.

Converters and encryption - TypeScript SDK

Create a custom Payload Converter in TypeScript with Temporal SDKs to handle non-JSON-serializable values, configure your Data Converter, and use protobufs and encryption seamlessly in your Workflows and Activities.