Uses of Class
org.kiwiproject.consul.model.EventResponse
Packages that use EventResponse
Package
Description
-
Uses of EventResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return EventResponseModifier and TypeMethodDescriptionEventClient.listEvents()Lists events for the Consul agent.EventClient.listEvents(String name) Lists events for the Consul agent.EventClient.listEvents(String name, QueryOptions queryOptions) Lists events for the Consul agent.EventClient.listEvents(QueryOptions queryOptions) Lists events for the Consul agent. -
Uses of EventResponse in org.kiwiproject.consul.async
Methods in org.kiwiproject.consul.async with parameters of type EventResponseModifier and TypeMethodDescriptionvoidEventResponseCallback.onComplete(EventResponse eventResponse) Callback for a successfulEventResponse. -
Uses of EventResponse in org.kiwiproject.consul.model
Subclasses of EventResponse in org.kiwiproject.consul.modelMethods in org.kiwiproject.consul.model with parameters of type EventResponseModifier and TypeMethodDescriptionstatic ImmutableEventResponseImmutableEventResponse.copyOf(EventResponse instance) Creates an immutable copy of aEventResponsevalue.ImmutableEventResponse.Builder.from(EventResponse instance) Fill a builder with attribute values from the providedEventResponseinstance.