p

scalapb

zio_grpc

package zio_grpc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zio_grpc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CallOptionsMethods[Repr] extends AnyRef
  2. trait CanBind[C] extends AnyRef
  3. trait CanBindLowPriority extends AnyRef
  4. type GIO[A] = ZIO[Any, Status, A]
  5. type GStream[A] = ZStream[Any, Status, A]
  6. trait GenericBindable[S[_, _]] extends AnyRef
  7. final case class RequestContext(metadata: SafeMetadata, authority: Option[String], methodDescriptor: MethodDescriptor[_, _], attributes: Attributes) extends Product with Serializable
  8. final class SafeMetadata extends AnyRef
  9. type Server = Service
  10. trait ServerMain extends ZIOAppDefault

    Quick-start server app.

  11. sealed class ServiceList[-RR] extends AnyRef

    Represents a managed list of services to be added to the a server.

    Represents a managed list of services to be added to the a server.

    This is just a wrapper around a list of ServerServiceDefinition.

  12. trait ServiceModule extends AnyRef
  13. trait TransformableService[S[_, _]] extends AnyRef
  14. trait ZBindableService[-R, S] extends AnyRef

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

  15. class ZChannel[-R] extends AnyRef
  16. abstract class ZClientInterceptor[R] extends AnyRef
  17. trait ZGeneratedService[-R, -C, S[-_, -_]] extends AnyRef
  18. type ZManagedChannel[R] = ZManaged[Any, Throwable, ZChannel[R]]
  19. trait ZTransform[+RIn, E, -ROut] extends AnyRef

    Describes a transformation of an effect or a stream.

    Describes a transformation of an effect or a stream.

    Instances of this class can be used to apply a transformation to all methods of a service to generate a new "decorated" service. This can be used for pre- or post-processing of requests/responses and also for environment and context transformations.

Inherited from AnyRef

Inherited from Any

Ungrouped