com.improving.grpc_rest_gateway.runtime.server
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
- Known subtypes
-
class GatewayServerImpl
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 Objecttrait Matchableclass Any
- Self type
-
GatewayServer.type
final class GatewayServerImpl(server: GrpcGatewayServer, port: Int) extends GatewayServer
Attributes
- Supertypes
class GrpcGatewayServer
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article