Uses of Class
org.kiwiproject.consul.option.ImmutableEventOptions
Packages that use ImmutableEventOptions
-
Uses of ImmutableEventOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableEventOptionsModifier and TypeMethodDescriptionImmutableEventOptions.Builder.build()Builds a newImmutableEventOptions.static ImmutableEventOptionsImmutableEventOptions.copyOf(EventOptions instance) Creates an immutable copy of aEventOptionsvalue.final ImmutableEventOptionsImmutableEventOptions.withDatacenter(String value) Copy the current immutable object by setting a present value for the optionaldatacenterattribute.final ImmutableEventOptionsImmutableEventOptions.withDatacenter(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatacenterattribute.final ImmutableEventOptionsImmutableEventOptions.withNodeFilter(String value) Copy the current immutable object by setting a present value for the optionalnodeFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withNodeFilter(Optional<String> optional) Copy the current immutable object by setting an optional value for thenodeFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withServiceFilter(String value) Copy the current immutable object by setting a present value for the optionalserviceFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withServiceFilter(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withTagFilter(String value) Copy the current immutable object by setting a present value for the optionaltagFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withTagFilter(Optional<String> optional) Copy the current immutable object by setting an optional value for thetagFilterattribute.final ImmutableEventOptionsImmutableEventOptions.withToHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thetoHeadersmap with the specified map.final ImmutableEventOptionsImmutableEventOptions.withToQueryParameters(Iterable<String> elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.final ImmutableEventOptionsImmutableEventOptions.withToQueryParameters(String... elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.