open static fun events(event: String, vertx: Vertx): Watch<EventList>
Creates Watch to monitoring the custom user events. The underlying Consul client will be created with default options. This maps to the /v1/event/list API internally.
Return
the Watch instance
open static fun events(event: String, vertx: Vertx, options: ConsulClientOptions): Watch<EventList>
Creates Watch to monitoring the custom user events. This maps to the /v1/event/list API internally.
options - the options to create underlying Consul client
Return
the Watch instance