Uses of Class
org.kiwiproject.consul.option.EventOptions
Packages that use EventOptions
-
Uses of EventOptions in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type EventOptionsModifier and TypeMethodDescriptionEventClient.fireEvent(String name, EventOptions eventOptions) Fires a Consul event.EventClient.fireEvent(String name, EventOptions eventOptions, String payload) Fires a Consul event. -
Uses of EventOptions in org.kiwiproject.consul.option
Subclasses of EventOptions in org.kiwiproject.consul.optionFields in org.kiwiproject.consul.option declared as EventOptionsMethods in org.kiwiproject.consul.option with parameters of type EventOptionsModifier and TypeMethodDescriptionstatic ImmutableEventOptionsImmutableEventOptions.copyOf(EventOptions instance) Creates an immutable copy of aEventOptionsvalue.ImmutableEventOptions.Builder.from(EventOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.EventOptionsinstance.