object ServiceDiscovery
- Alphabetic
- By Inheritance
- ServiceDiscovery
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(asJava: servicediscovery.ServiceDiscovery): ServiceDiscovery
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
create(vertx: Vertx, completionHandler: Handler[ServiceDiscovery]): ServiceDiscovery
Creates a new instance of io.vertx.scala.servicediscovery.ServiceDiscovery using the default configuration.
Creates a new instance of io.vertx.scala.servicediscovery.ServiceDiscovery using the default configuration.
- vertx
the vert.x instance
- completionHandler
completion handler called when the service discovery has been initialized. This includes the initialization of the service importer registered from the SPI.
- returns
the created instance, should not be used to retrieve services before the invocation of the completion handler.
-
def
create(vertx: Vertx, options: ServiceDiscoveryOptions, completionHandler: Handler[ServiceDiscovery]): ServiceDiscovery
Creates an instance of io.vertx.scala.servicediscovery.ServiceDiscovery.
Creates an instance of io.vertx.scala.servicediscovery.ServiceDiscovery.
- vertx
the vert.x instance
- options
the discovery optionssee ServiceDiscoveryOptions
- completionHandler
completion handler called when the service discovery has been initialized. This includes the initialization of the service importer registered from the SPI.
- returns
the created instance, should not be used to retrieve services before the invocation of the completion handler.
-
def
create(vertx: Vertx): ServiceDiscovery
Creates a new instance of io.vertx.scala.servicediscovery.ServiceDiscovery using the default configuration.
Creates a new instance of io.vertx.scala.servicediscovery.ServiceDiscovery using the default configuration.
- vertx
the vert.x instance
- returns
the created instance
-
def
create(vertx: Vertx, options: ServiceDiscoveryOptions): ServiceDiscovery
Creates an instance of io.vertx.scala.servicediscovery.ServiceDiscovery.
Creates an instance of io.vertx.scala.servicediscovery.ServiceDiscovery.
- vertx
the vert.x instance
- options
the discovery optionssee ServiceDiscoveryOptions
- returns
the created service discovery instance.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
releaseServiceObject(discovery: ServiceDiscovery, svcObject: AnyRef): Unit
Release the service object retrieved using
get
methods from the service type interface.Release the service object retrieved using
get
methods from the service type interface. It searches for the reference associated with the given object and release it.- discovery
the service discovery
- svcObject
the service object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )