Uses of Class
org.kiwiproject.consul.model.health.ImmutableServiceCheck
Packages that use ImmutableServiceCheck
-
Uses of ImmutableServiceCheck in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return ImmutableServiceCheckModifier and TypeMethodDescriptionImmutableServiceCheck.Builder.build()Builds a newImmutableServiceCheck.static ImmutableServiceCheckImmutableServiceCheck.copyOf(ServiceCheck instance) Creates an immutable copy of aServiceCheckvalue.final ImmutableServiceCheckImmutableServiceCheck.withChecks(Iterable<? extends HealthCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceCheckImmutableServiceCheck.withChecks(HealthCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceCheckCopy the current immutable object by setting a value for thenodeattribute.final ImmutableServiceCheckImmutableServiceCheck.withService(Service value) Copy the current immutable object by setting a value for theserviceattribute.