Packages

package check

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package metadata
  2. package response
  3. package status

Type Members

  1. final case class GrpcCheck[T](wrapped: Check[GrpcResponse[T]], scope: GrpcCheckScope) extends Check[GrpcResponse[T]] with Product with Serializable
  2. sealed abstract class GrpcCheckScope extends Product with Serializable
  3. trait GrpcCheckSupport extends AnyRef
  4. final case class GrpcMessageResponse[RespT](message: RespT) extends GrpcResponseWithMessage[RespT] with Product with Serializable
  5. sealed trait GrpcResponse[RespT] extends AnyRef
  6. sealed trait GrpcResponseWithMessage[RespT] extends GrpcResponse[RespT]
  7. sealed trait GrpcResponseWithStreamEnd[RespT] extends GrpcResponse[RespT]
  8. final case class GrpcStreamEndResponse[RespT](headers: Metadata, status: Status, trailers: Metadata) extends GrpcResponseWithStreamEnd[RespT] with Product with Serializable
  9. 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

  1. object GrpcCheck extends Serializable
  2. object GrpcCheckScope extends Serializable

Ungrouped