GossipFs2Grpc

com.eventstore.dbclient.proto.gossip.GossipFs2Grpc$
See theGossipFs2Grpc companion trait
object GossipFs2Grpc extends GeneratedCompanion[[F[_], A] =>> GossipFs2Grpc[F, A]]

Attributes

Companion:
trait
Source:
GossipFs2Grpc.scala
Graph
Supertypes
trait GeneratedCompanion[[F[_], A] =>> GossipFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def mkClient[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => F[Metadata], clientOptions: ClientOptions): GossipFs2Grpc[F, A]

Attributes

Source:
GossipFs2Grpc.scala

Inherited methods

final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, Metadata]): ServerServiceDefinition

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, Metadata], serverOptions: ServerOptions): ServerServiceDefinition

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def bindServiceResource[F[_] : Async](serviceImpl: GossipFs2Grpc[F, Metadata]): Resource[F, ServerServiceDefinition]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def bindServiceResource[F[_] : Async](serviceImpl: GossipFs2Grpc[F, Metadata], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata): Service[F, A]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): Service[F, A]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata): Resource[F, Service[F, A]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): Resource[F, Service[F, A]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def mkClient[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => F[Metadata]): Service[F, A]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata]): Resource[F, Service[F, A]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata], clientOptions: ClientOptions): Resource[F, Service[F, A]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A]): ServerServiceDefinition

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): ServerServiceDefinition

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def serviceResource[F[_] : Async, A](serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A]): Resource[F, ServerServiceDefinition]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def serviceResource[F[_] : Async, A](serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel): Service[F, Metadata]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel, clientOptions: ClientOptions): Service[F, Metadata]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def stubResource[F[_] : Async](channel: Channel): Resource[F, Service[F, Metadata]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala
final def stubResource[F[_] : Async](channel: Channel, clientOptions: ClientOptions): Resource[F, Service[F, Metadata]]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala

Implicits

Inherited implicits

final implicit def serviceCompanion: GeneratedCompanion[Service]

Attributes

Inherited from:
GeneratedCompanion
Source:
GeneratedCompanion.scala