ZBindableService

scalapb.zio_grpc.ZBindableService
See theZBindableService companion object
trait ZBindableService[S]

Provides a way to bind a ZIO gRPC service implementations to a server.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def bindService(serviceImpl: S): UIO[ServerServiceDefinition]

Effectfully returns a io.grpc.ServerServiceDefinition for the given service instance

Effectfully returns a io.grpc.ServerServiceDefinition for the given service instance

Attributes