scalapb.grpc

package scalapb.grpc

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
object ClientCalls

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class ConcreteProtoFileDescriptorSupplier(descriptor: FileDescriptor) extends ProtoFileDescriptorSupplier

Attributes

Supertypes
trait ProtoFileDescriptorSupplier
class Object
trait Matchable
class Any
class ConcreteProtoMethodDescriptorSupplier(methodDescriptor: MethodDescriptor) extends ProtoMethodDescriptorSupplier, ProtoServiceDescriptorSupplier

Attributes

Companion
object
Supertypes
trait ProtoMethodDescriptorSupplier
trait ProtoServiceDescriptorSupplier
trait ProtoFileDescriptorSupplier
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object Grpc

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Grpc.type
class Marshaller[T <: GeneratedMessage](companion: GeneratedMessageCompanion[T]) extends Marshaller[T]

Attributes

Companion
object
Supertypes
trait Marshaller[T]
class Object
trait Matchable
class Any
object Marshaller

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class 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 InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
object ProtoUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ProtoUtils.type
abstract class ServiceCompanion[A <: AbstractService]

Attributes

Supertypes
class Object
trait Matchable
class Any
class TypeMappedMarshaller[T <: GeneratedMessage, Custom](typeMapper: TypeMapper[T, Custom], companion: GeneratedMessageCompanion[T]) extends Marshaller[Custom]

Attributes

Supertypes
trait Marshaller[Custom]
class Object
trait Matchable
class Any