Package-level declarations

Types

Link copied to clipboard

This is an adapter class to convert Wire generated Channel based routines to flow based functions compatible with io.grpc:protoc-gen-grpc-kotlin.

Link copied to clipboard
class MessageSinkAdapter<T : Any>(responseObserver: StreamObserver<T>) : MessageSink<T>
Link copied to clipboard
class MessageSourceAdapter<T : Any> : MessageSource<T> , StreamObserver<T>
Link copied to clipboard
interface WireBindableService : BindableService

Wire specific interface for BindableService.

Link copied to clipboard
interface WireMethodMarshaller<T> : MethodDescriptor.Marshaller<T>

Interface for generated method marshallers used in Google style grpc stubs.