PekkoGrpcClientFactory

play.grpc.internal.PekkoGrpcClientFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Configured[T <: PekkoGrpcClient]

A function to create an PekkoGrpcClient, bundling its own configuration. These objects are convenient to pass around as implicit values.

A function to create an PekkoGrpcClient, bundling its own configuration. These objects are convenient to pass around as implicit values.

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def configure[T <: PekkoGrpcClient : ClassTag](clientSettings: GrpcClientSettings)(implicit evidence$2: ClassTag[T], sys: ClassicActorSystemProvider): Configured[T]

Bind configuration to a PekkoGrpcClientFactory, creating a Configured.

Bind configuration to a PekkoGrpcClientFactory, creating a Configured.

Attributes

def create[T <: PekkoGrpcClient : ClassTag](settings: GrpcClientSettings)(implicit evidence$1: ClassTag[T], sys: ClassicActorSystemProvider): T