Uses of Interface
org.kiwiproject.consul.async.EventResponseCallback
Packages that use EventResponseCallback
-
Uses of EventResponseCallback in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type EventResponseCallbackModifier and TypeMethodDescriptionvoidEventClient.listEvents(String name, QueryOptions queryOptions, EventResponseCallback callback) Asynchronously lists events for the Consul agent.voidEventClient.listEvents(EventResponseCallback callback) Asynchronously lists events for the Consul agent.voidEventClient.listEvents(QueryOptions queryOptions, EventResponseCallback callback) Asynchronously lists events for the Consul agent.