Server

enterprise.server.Server
trait Server

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def runLoom[U](service: Service[U]): Computation[Loom[Unit, U & IO], ConfigEffect & Warp & IO]

Concrete methods

final def apply[U](service: Service[U]): Computation[Unit, U & ConfigEffect & IO]
final def handler: impl.ThisHandler[Identity, Identity, ConfigEffect & IO]
final def run[U](service: Service[U]): Computation[Unit, U & ConfigEffect & IO]