LocalApi

class LocalApi() extends LocalEndpoint[Req, Res]
class Object
trait Matchable
class Any

Value members

Concrete methods

def handler(system: ActorSystem[_], i: Req, entityId: Option[String]): ResponseWithStatus[Res]

Inherited methods

def call(system: ActorSystem[_], i: Req, timeout: Duration): Future[O]
Inherited from:
LocalEndpoint
def callJson(system: ActorSystem[_], i: Json, timeout: Duration): Future[O]
Inherited from:
LocalEndpoint
protected def handlerBehavior(system: ActorSystem[_]): Receive[String]
Inherited from:
AbstractEndpoint
def listen(system: ActorSystem[_]): Unit
Inherited from:
LocalEndpoint
def responseFromStringFuture(system: ActorSystem[_], result: Future[String], endpointName: String): Future[O]
Inherited from:
AbstractEndpoint
def tell(system: ActorSystem[_], i: Req): Unit
Inherited from:
LocalEndpoint
def tellJson(system: ActorSystem[_], i: Json): Unit
Inherited from:
LocalEndpoint

Inherited fields

val name: String
Inherited from:
AbstractEndpoint