com.improving.grpc_rest_gateway.runtime.server

Members list

Type members

Classlikes

sealed trait GatewayServer

REST gateway for a gRPC service instance that can be started and stopped

REST gateway for a gRPC service instance that can be started and stopped

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
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.

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.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final class GatewayServerImpl(server: GrpcGatewayServer, port: Int) extends GatewayServer

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
case class GrpcGatewayServerBuilder(port: Int, services: Seq[GrpcGatewayHandler])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all