Uses of Class
com.orbitz.consul.option.EventOptions
-
Packages that use EventOptions Package Description com.orbitz.consul com.orbitz.consul.option -
-
Uses of EventOptions in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type EventOptions Modifier and Type Method Description EventEventClient. fireEvent(java.lang.String name, EventOptions eventOptions)Fires a Consul event.EventEventClient. fireEvent(java.lang.String name, EventOptions eventOptions, java.lang.String payload)Fires a Consul event. -
Uses of EventOptions in com.orbitz.consul.option
Subclasses of EventOptions in com.orbitz.consul.option Modifier and Type Class Description classImmutableEventOptionsImmutable implementation ofEventOptions.Fields in com.orbitz.consul.option declared as EventOptions Modifier and Type Field Description static EventOptionsEventOptions. BLANKMethods in com.orbitz.consul.option with parameters of type EventOptions Modifier and Type Method Description static ImmutableEventOptionsImmutableEventOptions. copyOf(EventOptions instance)Creates an immutable copy of aEventOptionsvalue.ImmutableEventOptions.BuilderImmutableEventOptions.Builder. from(EventOptions instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.EventOptionsinstance.
-