vertx / io.vertx.reactivex.servicediscovery / ServiceReference / isHolding

isHolding

open fun isHolding(object: Any): Boolean

Checks whether or not the service reference has the given service object.

Parameters

object - the service object, must not be null

Return
true if the service reference service object is equal to the given object, false otherwise.