Class EventListOptions
java.lang.Object
io.vertx.ext.consul.EventListOptions
Holds options for events list request
- Author:
- Ruslan Sennov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet options for blocking querygetName()Get event name for filtering on eventssetBlockingOptions(BlockingQueryOptions options) Set options for blocking querySet event name for filtering on eventstoJson()Convert to JSON
-
Constructor Details
-
EventListOptions
public EventListOptions()Default constructor -
EventListOptions
-
-
Method Details
-
toJson
-
getName
-
getBlockingOptions
Get options for blocking query- Returns:
- the blocking options
-
setName
Set event name for filtering on events- Parameters:
name- name of the event- Returns:
- reference to this, for fluency
-
setBlockingOptions
Set options for blocking query- Parameters:
options- the blocking options- Returns:
- reference to this, for fluency
-