GrpcServer

io.github.positionpal.grpc.GrpcServer
case class GrpcServer(actorSystem: ActorSystem[Any])

Attributes

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

Members list

Value members

Concrete methods

def startup(): Future[ServerBinding]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

given executionContext: ExecutionContext
given system: ActorSystem[Any]