package check
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class GrpcCheck[T](wrapped: Check[GrpcResponse[T]], scope: GrpcCheckScope) extends Check[GrpcResponse[T]] with Product with Serializable
- sealed abstract class GrpcCheckScope extends Product with Serializable
- trait GrpcCheckSupport extends AnyRef
- final case class GrpcMessageResponse[RespT](message: RespT) extends GrpcResponseWithMessage[RespT] with Product with Serializable
- sealed trait GrpcResponse[RespT] extends AnyRef
- sealed trait GrpcResponseWithMessage[RespT] extends GrpcResponse[RespT]
- sealed trait GrpcResponseWithStreamEnd[RespT] extends GrpcResponse[RespT]
- final case class GrpcStreamEndResponse[RespT](headers: Metadata, status: Status, trailers: Metadata) extends GrpcResponseWithStreamEnd[RespT] with Product with Serializable
- final case class GrpcUnaryResponse[RespT](headers: Metadata, message: RespT, status: Status, trailers: Metadata) extends GrpcResponseWithMessage[RespT] with GrpcResponseWithStreamEnd[RespT] with Product with Serializable
Value Members
- object GrpcCheck extends Serializable
- object GrpcCheckScope extends Serializable