Package | Description |
---|---|
io.vertx.ext.consul | |
io.vertx.reactivex.ext.consul | |
io.vertx.rxjava.ext.consul |
Modifier and Type | Method and Description |
---|---|
Event |
Event.setId(String id)
Set ID of event
|
Event |
Event.setLTime(int lTime)
Set the Lamport clock time
|
Event |
Event.setName(String name)
Set name of event
|
Event |
Event.setNode(String node)
Set regular expression to filter by node name
|
Event |
Event.setPayload(String payload)
Set payload of event
|
Event |
Event.setService(String service)
Set regular expression to filter by service
|
Event |
Event.setTag(String tag)
Set regular expression to filter by tag
|
Event |
Event.setVersion(int version)
Set version
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventList.getList()
Get list of events
|
Modifier and Type | Method and Description |
---|---|
static void |
EventConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Event obj) |
static void |
EventConverter.toJson(Event obj,
JsonObject json) |
static void |
EventConverter.toJson(Event obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.fireEvent(String name,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
ConsulService |
ConsulService.fireEvent(String name,
Handler<AsyncResult<Event>> resultHandler) |
ConsulClient |
ConsulClient.fireEventWithOptions(String name,
EventOptions options,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
ConsulService |
ConsulService.fireEventWithOptions(String name,
EventOptions options,
Handler<AsyncResult<Event>> resultHandler) |
EventList |
EventList.setList(List<Event> list)
Set list of events
|
Constructor and Description |
---|
Event(Event other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Single<Event> |
ConsulClient.rxFireEvent(String name)
Fires a new user event
|
Single<Event> |
ConsulService.rxFireEvent(String name) |
Single<Event> |
ConsulClient.rxFireEventWithOptions(String name,
EventOptions options)
Fires a new user event
|
Single<Event> |
ConsulService.rxFireEventWithOptions(String name,
EventOptions options) |
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.fireEvent(String name,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
ConsulService |
ConsulService.fireEvent(String name,
Handler<AsyncResult<Event>> resultHandler) |
ConsulClient |
ConsulClient.fireEventWithOptions(String name,
EventOptions options,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
ConsulService |
ConsulService.fireEventWithOptions(String name,
EventOptions options,
Handler<AsyncResult<Event>> resultHandler) |
Modifier and Type | Method and Description |
---|---|
Single<Event> |
ConsulClient.rxFireEvent(String name)
Fires a new user event
|
Single<Event> |
ConsulClient.rxFireEventWithOptions(String name,
EventOptions options)
Fires a new user event
|
Modifier and Type | Method and Description |
---|---|
ConsulClient |
ConsulClient.fireEvent(String name,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
ConsulClient |
ConsulClient.fireEventWithOptions(String name,
EventOptions options,
Handler<AsyncResult<Event>> resultHandler)
Fires a new user event
|
Copyright © 2023 Eclipse. All rights reserved.