PekkoGrpcClientHelpers

play.grpc.testkit.PekkoGrpcClientHelpers
See thePekkoGrpcClientHelpers companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def factoryForAppEndpoints[T <: PekkoGrpcClient : ClassTag](app: Application, serverEndpoints: ServerEndpoints): Configured[T]

Configure a factory from an application and some server endpoints. Expects to have exactly one HTTP/2 endpoint.

Configure a factory from an application and some server endpoints. Expects to have exactly one HTTP/2 endpoint.

Attributes

def factoryForAppEndpoints[T <: PekkoGrpcClient : ClassTag](app: Application, serverEndpoint: ServerEndpoint): Configured[T]

Configure a factory from an application and a server endpoints.

Configure a factory from an application and a server endpoints.

Attributes