class Consul::Client
- Consul::Client
- Reference
- Object
Defined in:
consul/client.crConstructors
Instance Method Summary
- #agent : Consul::Agent
- #catalog : Consul::Catalog
- #consistency : String
- #coordinate : Consul::Coordinate
- #event : Consul::Event
- #health : Consul::Health
- #host : String
- #kv : Consul::KV
- #port : Int32
- #scheme : String
- #snapshot : Consul::Snapshot
- #status : Consul::Status
- #token : String
Constructor Detail
def self.new(host : String = "127.0.0.1", port : Int32 = 8500, scheme : String = "http", token : String = "", consistency : String = "default")
#