Uses of Class
org.kiwiproject.consul.model.health.ImmutableServiceHealth
Packages that use ImmutableServiceHealth
-
Uses of ImmutableServiceHealth in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return ImmutableServiceHealthModifier and TypeMethodDescriptionImmutableServiceHealth.Builder.build()Builds a newImmutableServiceHealth.static ImmutableServiceHealthImmutableServiceHealth.copyOf(ServiceHealth instance) Creates an immutable copy of aServiceHealthvalue.final ImmutableServiceHealthImmutableServiceHealth.withChecks(Iterable<? extends HealthCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceHealthImmutableServiceHealth.withChecks(HealthCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableServiceHealthCopy the current immutable object by setting a value for thenodeattribute.final ImmutableServiceHealthImmutableServiceHealth.withService(Service value) Copy the current immutable object by setting a value for theserviceattribute.