Uses of Class
com.orbitz.consul.model.EventResponse
-
Packages that use EventResponse Package Description com.orbitz.consul com.orbitz.consul.async com.orbitz.consul.model -
-
Uses of EventResponse in com.orbitz.consul
Methods in com.orbitz.consul that return EventResponse Modifier and Type Method Description EventResponseEventClient. listEvents()Lists events for the Consul agent.EventResponseEventClient. listEvents(QueryOptions queryOptions)Lists events for the Consul agent.EventResponseEventClient. listEvents(java.lang.String name)Lists events for the Consul agent.EventResponseEventClient. listEvents(java.lang.String name, QueryOptions queryOptions)Lists events for the Consul agent. -
Uses of EventResponse in com.orbitz.consul.async
Methods in com.orbitz.consul.async with parameters of type EventResponse Modifier and Type Method Description voidEventResponseCallback. onComplete(EventResponse EventResponse)Callback for a successfulEventResponse. -
Uses of EventResponse in com.orbitz.consul.model
Subclasses of EventResponse in com.orbitz.consul.model Modifier and Type Class Description classImmutableEventResponseImmutable implementation ofEventResponse.Methods in com.orbitz.consul.model with parameters of type EventResponse Modifier and Type Method Description static ImmutableEventResponseImmutableEventResponse. copyOf(EventResponse instance)Creates an immutable copy of aEventResponsevalue.ImmutableEventResponse.BuilderImmutableEventResponse.Builder. from(EventResponse instance)Fill a builder with attribute values from the providedEventResponseinstance.
-