Packages

p

zio.temporal

protobuf

package protobuf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BigDecimal(scale: Int, intVal: BigInteger, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BigDecimal] with Product with Serializable

    A BigDecimal encoded as scale with BigInteger value

    A BigDecimal encoded as scale with BigInteger value

    Annotations
    @SerialVersionUID()
  2. final case class BigInteger(value: ByteString, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BigInteger] with Product with Serializable

    A BigInteger bytes representation

    A BigInteger bytes representation

    Annotations
    @SerialVersionUID()
  3. final class EnumProtoType[P <: GeneratedEnum, E <: EnumEntry] extends ProtoType[E]
  4. final class EnumProtoTypePartiallyApplied[P <: GeneratedEnum] extends AnyVal
  5. final class EnumeratumEnumException extends RuntimeException
  6. sealed trait LowPriorityProtoTypes extends AnyRef
  7. final case class Optional(value: Option[Any] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Optional] with Product with Serializable

    Optional is a scala.Option like type representing either value or null.

    Optional is a scala.Option like type representing either value or null. Untyped due to absence of generic in protocol buffers

    Annotations
    @SerialVersionUID()
  8. trait ProtoType[A] extends AnyRef

    Typeclass allowing conversion to protocol buffers supported type

    Typeclass allowing conversion to protocol buffers supported type

    A

    value type

    Annotations
    @implicitNotFound()
  9. class ProtobufPayloadException extends Exception

    Thrown in case of deserialization errors

  10. final case class Result(result: Result.Result = zio.temporal.protobuf.Result.Result.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Result] with Product with Serializable

    Result is a scala.Either like type representing either error or some value.

    Result is a scala.Either like type representing either error or some value. Untyped due to absence of generic in protocol buffers

    Annotations
    @SerialVersionUID()
  11. class ScalapbPayloadConverter extends PayloadConverter

    Used to deserialize protobuf generated types

  12. final case class UUID(mostSignificantBits: Long, leastSignificantBits: Long, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UUID] with Product with Serializable

    A UUID, encoded in accordance with section 4.1.2 of RFC 4122.

    A UUID, encoded in accordance with section 4.1.2 of RFC 4122.

    Annotations
    @SerialVersionUID()
  13. final case class ZUnit(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ZUnit] with Product with Serializable

    Empty message which should be used as a result type for activities and workflows with no return value

    Empty message which should be used as a result type for activities and workflows with no return value

    Annotations
    @SerialVersionUID()

Value Members

  1. object BigDecimal extends GeneratedMessageCompanion[BigDecimal]
  2. object BigInteger extends GeneratedMessageCompanion[BigInteger]
  3. object EnumProtoType

    Provides a conversion between scalapb generated enums and enumeratum It's an optional dependency which won't be added to the classpath unless you use it

  4. object Optional extends GeneratedMessageCompanion[Optional]
  5. object ProtoType extends LowPriorityProtoTypes
  6. object ProtobufDataConverter
  7. object Result extends GeneratedMessageCompanion[Result]
  8. object ScalapbPayloadConverter
  9. object UUID extends GeneratedMessageCompanion[UUID]
  10. object ZUnit extends GeneratedMessageCompanion[ZUnit]
  11. object ZioTemporalProto extends GeneratedFileObject
  12. object syntax

Ungrouped