MuxHandlerAsync

trait MuxHandlerAsync[Req <: MuxRequest, Resp]

A function whose return type depends on the type of the given req.

Type parameters:
Req

Request base type

Resp

Response base type

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[R <: Resp](req: Req { type Response = R; }): Future[R]