object Watch
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Watch
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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[T](asJava: ext.consul.Watch[_])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Watch[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def events(event: String, vertx: Vertx, options: ConsulClientOptions): Watch[EventList]
- def events(event: String, vertx: Vertx): Watch[EventList]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def key(key: String, vertx: Vertx, options: ConsulClientOptions): Watch[KeyValue]
- def key(key: String, vertx: Vertx): Watch[KeyValue]
- def keyPrefix(keyPrefix: String, vertx: Vertx, options: ConsulClientOptions): Watch[KeyValueList]
- def keyPrefix(keyPrefix: String, vertx: Vertx): Watch[KeyValueList]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodes(vertx: Vertx, options: ConsulClientOptions): Watch[NodeList]
- def nodes(vertx: Vertx): Watch[NodeList]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def service(service: String, vertx: Vertx, options: ConsulClientOptions): Watch[ServiceEntryList]
- def service(service: String, vertx: Vertx): Watch[ServiceEntryList]
- def services(vertx: Vertx, options: ConsulClientOptions): Watch[ServiceList]
- def services(vertx: Vertx): Watch[ServiceList]
-
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
- @native() @throws( ... )