Uses of Class
io.vertx.ext.consul.EventOptions
-
Packages that use EventOptions Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of EventOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventOptions Modifier and Type Method Description EventOptions
EventOptions. setNode(String node)
Set regular expression to filter by node nameEventOptions
EventOptions. setPayload(String payload)
Set payload of eventEventOptions
EventOptions. setService(String service)
Set regular expression to filter by serviceEventOptions
EventOptions. setTag(String tag)
Set regular expression to filter by tagMethods in io.vertx.ext.consul with parameters of type EventOptions Modifier and Type Method Description Future<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventConstructors in io.vertx.ext.consul with parameters of type EventOptions Constructor Description EventOptions(EventOptions options)
Copy constructor -
Uses of EventOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type EventOptions Modifier and Type Method Description Future<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventSingle<Event>
ConsulClient. rxFireEventWithOptions(String name, EventOptions options)
Fires a new user event -
Uses of EventOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type EventOptions Modifier and Type Method Description Single<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventSingle<Event>
ConsulClient. rxFireEventWithOptions(String name, EventOptions options)
Fires a new user event
-