scalapb.grpc
package scalapb.grpc
Members list
Type members
Classlikes
trait AbstractService
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ClientCalls
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ClientCalls.type
class ConcreteProtoFileDescriptorSupplier(descriptor: FileDescriptor) extends ProtoFileDescriptorSupplier
Attributes
- Supertypes
-
trait ProtoFileDescriptorSupplierclass Objecttrait Matchableclass Any
class ConcreteProtoMethodDescriptorSupplier(methodDescriptor: MethodDescriptor) extends ProtoMethodDescriptorSupplier, ProtoServiceDescriptorSupplier
Attributes
- Companion
- object
- Supertypes
-
trait ProtoMethodDescriptorSuppliertrait ProtoServiceDescriptorSuppliertrait ProtoFileDescriptorSupplierclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class Marshaller[T <: GeneratedMessage](companion: GeneratedMessageCompanion[T]) extends Marshaller[T]
Attributes
- Companion
- object
- Supertypes
-
trait Marshaller[T]class Objecttrait Matchableclass Any
object Marshaller
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Marshaller.type
class ProtoInputStream[T <: GeneratedMessage](msg: T) extends InputStream
Allows skipping serialization completely when the io.grpc.inprocess.InProcessTransport is used. Inspired by https://github.com/grpc/grpc-java/blob/master/protobuf-lite/src/main/java/io/grpc/protobuf/lite/ProtoInputStream.java
Allows skipping serialization completely when the io.grpc.inprocess.InProcessTransport is used. Inspired by https://github.com/grpc/grpc-java/blob/master/protobuf-lite/src/main/java/io/grpc/protobuf/lite/ProtoInputStream.java
Attributes
- Supertypes
-
class InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object ProtoUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProtoUtils.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class TypeMappedMarshaller[T <: GeneratedMessage, Custom](typeMapper: TypeMapper[T, Custom], companion: GeneratedMessageCompanion[T]) extends Marshaller[Custom]
Attributes
- Supertypes
-
trait Marshaller[Custom]class Objecttrait Matchableclass Any
In this article