Packages

object GatewayServer

Create a Netty-backed REST Gateway for a given gRPC server with the request handlers created by a given factory method. Bind the gateway to a given port. Perform request redirection on a given thread pool.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GatewayServer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(config: Config, toHandlers: (ManagedChannel) => Seq[GrpcGatewayHandler], executor: Option[Executor]): GatewayServer
  2. def apply(serviceHost: String, servicePort: Int, gatewayPort: Int, toHandlers: (ManagedChannel) => Seq[GrpcGatewayHandler], executor: Option[Executor], usePlainText: Boolean = true): GatewayServer