GossipFs2Grpc

object GossipFs2Grpc extends GeneratedCompanion[[F[_], A] =>> GossipFs2Grpc[F, A]]
Companion:
class
trait GeneratedCompanion[[F[_], A] =>> GossipFs2Grpc[F, A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, Metadata]): ServerServiceDefinition
Inherited from:
GeneratedCompanion
final def bindService[F[_] : Async](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, Metadata], serverOptions: ServerOptions): ServerServiceDefinition
Inherited from:
GeneratedCompanion
final def bindServiceResource[F[_] : Async](serviceImpl: GossipFs2Grpc[F, Metadata]): Resource[F, ServerServiceDefinition]
Inherited from:
GeneratedCompanion
final def bindServiceResource[F[_] : Async](serviceImpl: GossipFs2Grpc[F, Metadata], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]
Inherited from:
GeneratedCompanion
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata): GossipFs2Grpc[F, A]
Inherited from:
GeneratedCompanion
final def client[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): GossipFs2Grpc[F, A]
Inherited from:
GeneratedCompanion
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata): Resource[F, GossipFs2Grpc[F, A]]
Inherited from:
GeneratedCompanion
final def clientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => Metadata, clientOptions: ClientOptions): Resource[F, GossipFs2Grpc[F, A]]
Inherited from:
GeneratedCompanion
final def mkClient[F[_] : Async, A](dispatcher: Dispatcher[F], channel: Channel, mkMetadata: A => F[Metadata]): GossipFs2Grpc[F, A]
Inherited from:
GeneratedCompanion
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata]): Resource[F, GossipFs2Grpc[F, A]]
Inherited from:
GeneratedCompanion
final def mkClientResource[F[_] : Async, A](channel: Channel, mkMetadata: A => F[Metadata], clientOptions: ClientOptions): Resource[F, GossipFs2Grpc[F, A]]
Inherited from:
GeneratedCompanion
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A]): ServerServiceDefinition
Inherited from:
GeneratedCompanion
final def service[F[_] : Async, A](dispatcher: Dispatcher[F], serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): ServerServiceDefinition
Inherited from:
GeneratedCompanion
final def serviceResource[F[_] : Async, A](serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A]): Resource[F, ServerServiceDefinition]
Inherited from:
GeneratedCompanion
final def serviceResource[F[_] : Async, A](serviceImpl: GossipFs2Grpc[F, A], f: Metadata => F[A], serverOptions: ServerOptions): Resource[F, ServerServiceDefinition]
Inherited from:
GeneratedCompanion
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel): GossipFs2Grpc[F, Metadata]
Inherited from:
GeneratedCompanion
final def stub[F[_] : Async](dispatcher: Dispatcher[F], channel: Channel, clientOptions: ClientOptions): GossipFs2Grpc[F, Metadata]
Inherited from:
GeneratedCompanion
final def stubResource[F[_] : Async](channel: Channel): Resource[F, GossipFs2Grpc[F, Metadata]]
Inherited from:
GeneratedCompanion
final def stubResource[F[_] : Async](channel: Channel, clientOptions: ClientOptions): Resource[F, GossipFs2Grpc[F, Metadata]]
Inherited from:
GeneratedCompanion

Implicits

Inherited implicits

final implicit def serviceCompanion: GeneratedCompanion[[F[_], A] =>> GossipFs2Grpc[F, A]]
Inherited from:
GeneratedCompanion