VertxFutureServerInterpreter

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def blockingRoute(e: ServerEndpoint[Any, Future]): Router => Route

Given a Router, creates and mounts a Route matching this endpoint, with default error handling The logic will be executed in a blocking context

Given a Router, creates and mounts a Route matching this endpoint, with default error handling The logic will be executed in a blocking context

Returns:

A function, that given a router, will attach this endpoint to it

def route[A, U, I, E, O](e: ServerEndpoint[Any, Future]): Router => Route

Given a Router, creates and mounts a Route matching this endpoint, with default error handling

Given a Router, creates and mounts a Route matching this endpoint, with default error handling

Returns:

A function, that given a router, will attach this endpoint to it

Inherited methods

protected def mountWithDefaultHandlers[C, F[_]](e: ServerEndpoint[C, F])(router: Router, routeDef: RouteDefinition): Route