Uses of Class
org.kiwiproject.consul.model.agent.Registration.RegCheck
Packages that use Registration.RegCheck
-
Uses of Registration.RegCheck in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type Registration.RegCheckModifier and TypeMethodDescriptionvoidAgentClient.register(int port, Registration.RegCheck check, String name, String id, List<String> tags, Map<String, String> meta) Registers the client as a service with Consul with an existingRegistration.RegCheckMethod parameters in org.kiwiproject.consul with type arguments of type Registration.RegCheck -
Uses of Registration.RegCheck in org.kiwiproject.consul.model.agent
Subclasses of Registration.RegCheck in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent that return Registration.RegCheckModifier and TypeMethodDescriptionstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckstatic Registration.RegCheckRegistration.RegCheck.ttl(long ttl) Methods in org.kiwiproject.consul.model.agent that return types with arguments of type Registration.RegCheckModifier and TypeMethodDescriptionImmutableRegistration.getCheck()abstract Optional<Registration.RegCheck>Registration.getCheck()com.google.common.collect.ImmutableList<Registration.RegCheck>ImmutableRegistration.getChecks()abstract List<Registration.RegCheck>Registration.getChecks()Methods in org.kiwiproject.consul.model.agent with parameters of type Registration.RegCheckModifier and TypeMethodDescriptionImmutableRegistration.Builder.addChecks(Registration.RegCheck element) Adds one element tocheckslist.ImmutableRegistration.Builder.addChecks(Registration.RegCheck... elements) Adds elements tocheckslist.ImmutableRegistration.Builder.check(Registration.RegCheck check) Initializes the optional valuecheckto check.static ImmutableRegCheckImmutableRegCheck.copyOf(Registration.RegCheck instance) Creates an immutable copy of aRegistration.RegCheckvalue.ImmutableRegCheck.Builder.from(Registration.RegCheck instance) Fill a builder with attribute values from the providedRegCheckinstance.final ImmutableRegistrationImmutableRegistration.withCheck(Registration.RegCheck value) Copy the current immutable object by setting a present value for the optionalcheckattribute.final ImmutableRegistrationImmutableRegistration.withChecks(Registration.RegCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.Method parameters in org.kiwiproject.consul.model.agent with type arguments of type Registration.RegCheckModifier and TypeMethodDescriptionImmutableRegistration.Builder.addAllChecks(Iterable<? extends Registration.RegCheck> elements) Adds elements tocheckslist.ImmutableRegistration.Builder.check(Optional<? extends Registration.RegCheck> check) Initializes the optional valuecheckto check.ImmutableRegistration.Builder.checks(Iterable<? extends Registration.RegCheck> elements) Sets or replaces all elements forcheckslist.final ImmutableRegistrationImmutableRegistration.withCheck(Optional<? extends Registration.RegCheck> optional) Copy the current immutable object by setting an optional value for thecheckattribute.final ImmutableRegistrationImmutableRegistration.withChecks(Iterable<? extends Registration.RegCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.