Liking cljdoc? Tell your friends :D
Clojure only.

consul.proto.health

Interface to com.orbitz.consul.HealthClient.

Interface to com.orbitz.consul.HealthClient.
raw docstring

IHealthcljprotocol

checks-by-stateclj

(checks-by-state this state)
(checks-by-state this state opts)

Fetch checks by state.

state may be a com.orbitz.consul.model.State instance, or a string representing the state.

opts may be a QueryOptions instance, or a map spec.

Fetch checks by state.

state may be a com.orbitz.consul.model.State instance, or a string representing
the state.

opts may be a QueryOptions instance, or a map spec.

healthy-service-instancesclj

(healthy-service-instances this service)
(healthy-service-instances this service opts)

Fetch all instances for a service that are currently healthy.

If opts is given, it can be a QueryOptions instance, or a map spec.

Fetch all instances for a service that are currently healthy.

If opts is given, it can be a QueryOptions instance, or a map spec.

node-checksclj

(node-checks this node)
(node-checks this node opts)

Fetch checks for a node by name.

If opts is given, it can be a QueryOptions instance, or a map spec.

Fetch checks for a node by name.

If opts is given, it can be a QueryOptions instance, or a map spec.

service-checksclj

(service-checks this service)
(service-checks this service opts)

Fetch checks for a service by name.

If opts is given, it can be a QueryOptions instance, or a map spec.

Fetch checks for a service by name.

If opts is given, it can be a QueryOptions instance, or a map spec.

service-instancesclj

(service-instances this service)
(service-instances this service opts)

Fetch all instances for a service.

If opts is given, it can be a QueryOptions instance, or a map spec.

Fetch all instances for a service.

If opts is given, it can be a QueryOptions instance, or a map spec.
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close