Uses of Class
io.vertx.ext.consul.Event
Packages that use Event
-
Uses of Event in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return EventModifier and TypeMethodDescriptionSet ID of eventEvent.setLTime(int lTime) Set the Lamport clock timeSet name of eventSet regular expression to filter by node nameEvent.setPayload(String payload) Set payload of eventEvent.setService(String service) Set regular expression to filter by serviceSet regular expression to filter by tagEvent.setVersion(int version) Set versionMethods in io.vertx.ext.consul that return types with arguments of type EventModifier and TypeMethodDescriptionFires a new user eventConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventEventList.getList()Get list of eventsMethod parameters in io.vertx.ext.consul with type arguments of type EventModifier and TypeMethodDescriptionSet list of eventsConstructors in io.vertx.ext.consul with parameters of type Event -
Uses of Event in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type EventModifier and TypeMethodDescriptionFires a new user eventConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventConsulClient.rxFireEvent(String name) Fires a new user eventConsulClient.rxFireEventWithOptions(String name, EventOptions options) Fires a new user event -
Uses of Event in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type EventModifier and TypeMethodDescriptionFires a new user eventConsulClient.fireEventWithOptions(String name, EventOptions options) Fires a new user eventConsulClient.rxFireEvent(String name) Fires a new user eventConsulClient.rxFireEventWithOptions(String name, EventOptions options) Fires a new user event