GatewayServer

com.improving.grpc_rest_gateway.runtime.server.GatewayServer
See theGatewayServer companion object
sealed trait GatewayServer

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def start(): Unit
def stop(): Unit