Api

class Api extends Endpoint[Req, Res]
class Endpoint[Req, Res]
class Object
trait Matchable
class Any

Value members

Inherited methods

def ask(client: Client, param: Req, timeout: Duration): Future[O]
Inherited from:
Endpoint
def listen(server: Server, handler: Req => Future[Res]): Unit
Inherited from:
Endpoint
def tell(client: Client, param: Req, async: Boolean, timeout: Duration): Future[Unit]
Inherited from:
Endpoint

Inherited fields

var route: String
Inherited from:
Endpoint