Package

freestyle.rpc

protocol

Permalink

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CompressionType extends Product with Serializable

    Permalink
  2. sealed trait SerializationType extends Product with Serializable

    Permalink
  3. sealed trait StreamingType extends Product with Serializable

    Permalink
  4. class message extends Annotation with StaticAnnotation

    Permalink
  5. class option extends Annotation with StaticAnnotation

    Permalink
  6. class outputName extends Annotation with StaticAnnotation

    Permalink
  7. class outputPackage extends Annotation with StaticAnnotation

    Permalink

Value Members

  1. object Avro extends SerializationType with Product with Serializable

    Permalink
  2. object AvroWithSchema extends SerializationType with Product with Serializable

    Permalink
  3. object BidirectionalStreaming extends StreamingType with Product with Serializable

    Permalink
  4. object Empty

    Permalink
    Annotations
    @message()
  5. object Gzip extends CompressionType with Product with Serializable

    Permalink
  6. object Identity extends CompressionType with Product with Serializable

    Permalink
  7. object Protobuf extends SerializationType with Product with Serializable

    Permalink
  8. object RequestStreaming extends StreamingType with Product with Serializable

    Permalink
  9. object ResponseStreaming extends StreamingType with Product with Serializable

    Permalink

Ungrouped