Uses of Class
io.vertx.ext.consul.EventOptions
Packages that use EventOptions
-
Uses of EventOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventOptionsModifier and TypeMethodDescriptionSet regular expression to filter by node nameEventOptions.setPayload(String payload) Set payload of eventEventOptions.setService(String service) Set regular expression to filter by serviceSet regular expression to filter by tagMethods in io.vertx.ext.consul with parameters of type EventOptionsModifier and TypeMethodDescriptionConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventConstructors in io.vertx.ext.consul with parameters of type EventOptions -
Uses of EventOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type EventOptionsModifier and TypeMethodDescriptionConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventConsulClient.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 EventOptionsModifier and TypeMethodDescriptionConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventConsulClient.rxFireEventWithOptions(String name, EventOptions options) Fires a new user event