Uses of Class
org.kiwiproject.consul.model.agent.Registration
Packages that use Registration
-
Uses of Registration in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type RegistrationModifier and TypeMethodDescriptionvoidAgentClient.register(Registration registration) voidAgentClient.register(Registration registration, QueryOptions options) voidAgentClient.register(Registration registration, QueryOptions options, QueryParameterOptions queryParameterOptions) Registers the client as a service with Consul. -
Uses of Registration in org.kiwiproject.consul.model.agent
Subclasses of Registration in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent with parameters of type RegistrationModifier and TypeMethodDescriptionstatic ImmutableRegistrationImmutableRegistration.copyOf(Registration instance) Creates an immutable copy of aRegistrationvalue.ImmutableRegistration.Builder.from(Registration instance) Fill a builder with attribute values from the providedRegistrationinstance.