Packages

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Method(name: String, grpcName: String, inputType: Descriptor, inputStreaming: Boolean, outputType: Descriptor, outputStreaming: Boolean, options: MethodOptions, comment: Option[String] = None, methodDescriptor: MethodDescriptor)(implicit ops: DescriptorImplicits) extends Product with Serializable
  2. trait ScalaClientCodeGenerator extends ScalaCodeGenerator
  3. abstract class ScalaCodeGenerator extends CodeGenerator
  4. trait ScalaMarshallersCodeGenerator extends ScalaCodeGenerator

    Has to be a separate generator rather than a parameter to the existing ones, because it introduces a suggestedDependency on pekko-http.

  5. class ScalaServerCodeGenerator extends ScalaCodeGenerator
  6. case class Serializer(name: String, scalaType: String, init: String) extends Product with Serializable
  7. case class Service(descriptor: String, packageName: String, name: String, grpcName: String, methods: Seq[Method], serverPowerApi: Boolean, usePlayActions: Boolean, options: ServiceOptions, comment: Option[String] = None) extends Product with Serializable

Ungrouped