play.grpc.internal

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
@InternalApi
abstract class PlayRouter(val serviceName: String) extends Router

Boiler plate needed for the generated Play routers allowing for adding a service implementation in a Play app, inherited by the generated abstract service router (both Java and Scala) which is then implemented by the user.

Boiler plate needed for the generated Play routers allowing for adding a service implementation in a Play app, inherited by the generated abstract service router (both Java and Scala) which is then implemented by the user.

INTERNAL API

Attributes

Supertypes
trait Router
class Object
trait Matchable
class Any
@InternalApi
abstract class PlayRouterUsingActions(system: ActorSystem, serviceName: String, parsers: PlayBodyParsers, actionBuilder: ActionBuilder[Request, AnyContent]) extends Router

Boiler plate needed for the generated Play routers allowing for adding a service implementation in a Play app, inherited by the generated abstract service router (both Java and Scala) which is then implemented by the user.

Boiler plate needed for the generated Play routers allowing for adding a service implementation in a Play app, inherited by the generated abstract service router (both Java and Scala) which is then implemented by the user.

INTERNAL API

Attributes

Supertypes
trait Router
class Object
trait Matchable
class Any