AwsFutureServerInterpreter

abstract class AwsFutureServerInterpreter(implicit ec: ExecutionContext) extends AwsServerInterpreter[Future]
Companion:
object
class AwsServerInterpreter[Future]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
AwsServerInterpreter
def toRoute(ses: List[ServerEndpoint[Any, Future]]): () => Future
Inherited from:
AwsServerInterpreter
def toRoute[I, E, O](se: ServerEndpoint[Any, Future]): () => Future
Inherited from:
AwsServerInterpreter