RESTFriendshipAPIVerticle

interface RESTFriendshipAPIVerticle : Verticle

Verticle that exposes the REST API for the friendship service.

Inheritors

Functions

Link copied to clipboard
abstract fun getVertx(): Vertx
Link copied to clipboard
abstract fun init(p0: Vertx, p1: Context)
Link copied to clipboard
abstract fun start(p0: Promise<Void>)
Link copied to clipboard
abstract fun stop(p0: Promise<Void>)