Configured

play.grpc.internal.PekkoGrpcClientFactory.Configured
trait Configured[T <: PekkoGrpcClient]

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def create(): T

Create the gRPC client.

Create the gRPC client.

Attributes