Uses of Class
org.kiwiproject.consul.option.QueryParameterOptions
Packages that use QueryParameterOptions
-
Uses of QueryParameterOptions in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type QueryParameterOptionsModifier and TypeMethodDescriptionvoidAgentClient.forceLeave(String node, QueryParameterOptions queryParameterOptions) GET /v1/agent/force-leave/{node}voidAgentClient.register(Registration registration, QueryOptions options, QueryParameterOptions queryParameterOptions) Registers the client as a service with Consul. -
Uses of QueryParameterOptions in org.kiwiproject.consul.option
Subclasses of QueryParameterOptions in org.kiwiproject.consul.optionFields in org.kiwiproject.consul.option declared as QueryParameterOptionsMethods in org.kiwiproject.consul.option with parameters of type QueryParameterOptionsModifier and TypeMethodDescriptionImmutableQueryParameterOptions.copyOf(QueryParameterOptions instance) Creates an immutable copy of aQueryParameterOptionsvalue.ImmutableQueryParameterOptions.Builder.from(QueryParameterOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.QueryParameterOptionsinstance.