play.grpc.testkit
package play.grpc.testkit
Members list
Type members
Classlikes
trait PekkoGrpcClientHelpers
Helpers to test gRPC clients with Play. The methods in this class require an implicit PekkoGrpcClientFactory.Configured[T] to be in scope. This can usually be done by mixing in a method that knows how to configure the factory for the current environment, e.g. by configuring the correct port values.
Helpers to test gRPC clients with Play. The methods in this class require an implicit PekkoGrpcClientFactory.Configured[T] to be in scope. This can usually be done by mixing in a method that knows how to configure the factory for the current environment, e.g. by configuring the correct port values.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object PekkoGrpcClientHelpers
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article