fs2.grpc.client

package fs2.grpc.client

Members list

Type members

Classlikes

sealed abstract class ClientOptions

Attributes

Companion
object
Source
ClientOptions.scala
Supertypes
class Object
trait Matchable
class Any
object ClientOptions

Attributes

Companion
class
Source
ClientOptions.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class Fs2ClientCall[F[_], Request, Response]

Attributes

Companion
object
Source
Fs2ClientCall.scala
Supertypes
class Object
trait Matchable
class Any
object Fs2ClientCall

Attributes

Companion
class
Source
Fs2ClientCall.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final case class GrpcStatus(status: Status, trailers: Metadata)

Attributes

Source
Fs2ClientCall.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class UnaryResult[A](value: Option[A], status: Option[GrpcStatus])

Attributes

Source
Fs2ClientCall.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all