Uses of Class
org.kiwiproject.consul.model.event.Event
Packages that use Event
Package
Description
-
Uses of Event in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return EventModifier and TypeMethodDescriptionFires a Consul event.Fires a Consul event.EventClient.fireEvent(String name, EventOptions eventOptions) Fires a Consul event.EventClient.fireEvent(String name, EventOptions eventOptions, String payload) Fires a Consul event. -
Uses of Event in org.kiwiproject.consul.model
Methods in org.kiwiproject.consul.model that return types with arguments of type EventModifier and TypeMethodDescriptionEventResponse.getEvents()com.google.common.collect.ImmutableList<Event>ImmutableEventResponse.getEvents()Methods in org.kiwiproject.consul.model with parameters of type EventModifier and TypeMethodDescriptionAdds one element toeventslist.Adds elements toeventslist.final ImmutableEventResponseImmutableEventResponse.withEvents(Event... elements) Copy the current immutable object with elements that replace the content ofevents.Method parameters in org.kiwiproject.consul.model with type arguments of type EventModifier and TypeMethodDescriptionImmutableEventResponse.Builder.addAllEvents(Iterable<? extends Event> elements) Adds elements toeventslist.Sets or replaces all elements foreventslist.static ImmutableEventResponseImmutableEventResponse.of(Iterable<? extends Event> events, BigInteger index) Construct a new immutableEventResponseinstance.static ImmutableEventResponseImmutableEventResponse.of(List<Event> events, BigInteger index) Construct a new immutableEventResponseinstance.final ImmutableEventResponseImmutableEventResponse.withEvents(Iterable<? extends Event> elements) Copy the current immutable object with elements that replace the content ofevents. -
Uses of Event in org.kiwiproject.consul.model.event
Subclasses of Event in org.kiwiproject.consul.model.eventMethods in org.kiwiproject.consul.model.event with parameters of type EventModifier and TypeMethodDescriptionstatic ImmutableEventCreates an immutable copy of aEventvalue.final ImmutableEvent.BuilderFill a builder with attribute values from the providedEventinstance.