abstract class AbstractServiceReference<T : Any> : ServiceReference
A class to simplify the implementation of service reference. It stores the service object once retrieved. This class handles the synchronization, so callbacks are called with the monitor lock to avoid concurrent accesses. |
|
open class HttpLocationConverter
Converter for io.vertx.servicediscovery.types.HttpLocation. NOTE: This class has been automatically generated from the io.vertx.servicediscovery.types.HttpLocation original class using Vert.x codegen. |