Packages

package protocol

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class CompressionType extends Product with Serializable
  2. sealed abstract class MethodNameStyle extends Product with Serializable
  3. sealed trait SerializationType extends Product with Serializable
  4. sealed trait StreamingType extends Product with Serializable
  5. macro class service extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("enable macro paradise to expand @service macro annotations")

Value Members

  1. case object Avro extends SerializationType with Product with Serializable
  2. case object AvroWithSchema extends SerializationType with Product with Serializable
  3. case object BidirectionalStreaming extends StreamingType with Product with Serializable
  4. case object Capitalize extends MethodNameStyle with Product with Serializable
  5. case object Custom extends SerializationType with Product with Serializable
  6. object Empty
  7. case object Gzip extends CompressionType with Product with Serializable
  8. case object Identity extends CompressionType with Product with Serializable
  9. case object Protobuf extends SerializationType with Product with Serializable
  10. case object RequestStreaming extends StreamingType with Product with Serializable
  11. case object ResponseStreaming extends StreamingType with Product with Serializable
  12. case object Unchanged extends MethodNameStyle with Product with Serializable

Ungrouped