ProtobufDataConverter

zio.temporal.protobuf.ProtobufDataConverter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make(registry: CodecRegistry): DataConverter

Creates a DataConverter supporting user-defined protobuf generated types plus a zio-json fallback for primitive and case-class-shaped payloads.

Creates a DataConverter supporting user-defined protobuf generated types plus a zio-json fallback for primitive and case-class-shaped payloads.

Value parameters

registry

the registry used by the trailing ZioJsonPayloadConverter. Typically populated by zio-temporal's client/worker registration macros.

Attributes