vertx / io.vertx.serviceproxy / ServiceProxyBuilder / build

build

open fun <T : Any> build(clazz: Class<T>): T

Creates a proxy to a service on the event bus.

Parameters

clazz - the service class (interface)

- the type of the service interface

Return
a proxy to the service