RESTFriendshipAPIVerticleImpl

Verticle that exposes the REST API for the friendship service.

Parameters

service

the friendship service

Constructors

Link copied to clipboard
constructor(service: FriendshipService)

Types

Link copied to clipboard
object Companion

Companion object that contains utility methods for the REST API.

Functions

Link copied to clipboard
open fun config(): JsonObject
Link copied to clipboard
open fun deploymentID(): String
Link copied to clipboard
open override fun getVertx(): Vertx
Link copied to clipboard
open override fun init(p0: Vertx, p1: Context)
Link copied to clipboard
Link copied to clipboard
open override fun start(p0: Promise<Void>)

open override fun start()

Start the verticle. Create the HTTP server and set the routes.

Link copied to clipboard
open fun stop()
open override fun stop(p0: Promise<Void>)