Uses of Interface
com.orbitz.consul.async.EventResponseCallback
-
Packages that use EventResponseCallback Package Description com.orbitz.consul -
-
Uses of EventResponseCallback in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type EventResponseCallback Modifier and Type Method Description voidEventClient. listEvents(EventResponseCallback callback)Asynchronously lists events for the Consul agent.voidEventClient. listEvents(QueryOptions queryOptions, EventResponseCallback callback)Asynchronously lists events for the Consul agent.voidEventClient. listEvents(java.lang.String name, QueryOptions queryOptions, EventResponseCallback callback)Asynchronously lists events for the Consul agent.
-