Uses of Class
io.vertx.ext.consul.Event
-
Packages that use Event Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of Event in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return Event Modifier and Type Method Description Event
Event. setId(String id)
Set ID of eventEvent
Event. setLTime(int lTime)
Set the Lamport clock timeEvent
Event. setName(String name)
Set name of eventEvent
Event. setNode(String node)
Set regular expression to filter by node nameEvent
Event. setPayload(String payload)
Set payload of eventEvent
Event. setService(String service)
Set regular expression to filter by serviceEvent
Event. setTag(String tag)
Set regular expression to filter by tagEvent
Event. setVersion(int version)
Set versionMethods in io.vertx.ext.consul that return types with arguments of type Event Modifier and Type Method Description Future<Event>
ConsulClient. fireEvent(String name)
Fires a new user eventFuture<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventList<Event>
EventList. getList()
Get list of eventsMethod parameters in io.vertx.ext.consul with type arguments of type Event Modifier and Type Method Description EventList
EventList. setList(List<Event> list)
Set list of eventsConstructors in io.vertx.ext.consul with parameters of type Event Constructor Description Event(Event other)
Copy constructor -
Uses of Event in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type Event Modifier and Type Method Description Future<Event>
ConsulClient. fireEvent(String name)
Fires a new user eventFuture<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventSingle<Event>
ConsulClient. rxFireEvent(String name)
Fires a new user eventSingle<Event>
ConsulClient. 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 Event Modifier and Type Method Description Single<Event>
ConsulClient. fireEvent(String name)
Fires a new user eventSingle<Event>
ConsulClient. fireEventWithOptions(String name, EventOptions options)
Fires a new user eventSingle<Event>
ConsulClient. rxFireEvent(String name)
Fires a new user eventSingle<Event>
ConsulClient. rxFireEventWithOptions(String name, EventOptions options)
Fires a new user event
-