package protocol
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class CompressionType extends Product with Serializable
- sealed abstract class MethodNameStyle extends Product with Serializable
- sealed trait SerializationType extends Product with Serializable
- sealed trait StreamingType extends Product with Serializable
- macro class service extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly("enable macro paradise to expand @service macro annotations")
Value Members
- case object Avro extends SerializationType with Product with Serializable
- case object AvroWithSchema extends SerializationType with Product with Serializable
- case object BidirectionalStreaming extends StreamingType with Product with Serializable
- case object Capitalize extends MethodNameStyle with Product with Serializable
- case object Custom extends SerializationType with Product with Serializable
- object Empty
- case object Gzip extends CompressionType with Product with Serializable
- case object Identity extends CompressionType with Product with Serializable
- case object Protobuf extends SerializationType with Product with Serializable
- case object RequestStreaming extends StreamingType with Product with Serializable
- case object ResponseStreaming extends StreamingType with Product with Serializable
- case object Unchanged extends MethodNameStyle with Product with Serializable